You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`usethis test`](https://usethis.readthedocs.io/en/stable/cli/reference#usethis-test) — Add/Configure a recommended testing framework (namely, [pytest](https://github.com/pytest-dev/pytest) with [Coverage.py](https://github.com/nedbat/coveragepy)).
78
-
-[`usethis ci`](https://usethis.readthedocs.io/en/stable/cli/reference#usethis-ci) — Add/Configure a specified CI service.
79
78
-[`usethis tool`](https://usethis.readthedocs.io/en/stable/cli/reference#usethis-tool) — Add/Configure specific tools individually.
80
79
-[`usethis tool codespell`](https://usethis.readthedocs.io/en/stable/cli/reference#code-quality-tools) - Use the [codespell spellchecker](https://github.com/codespell-project/codespell): detect common spelling mistakes.
81
80
-[`usethis tool deptry`](https://usethis.readthedocs.io/en/stable/cli/reference#code-quality-tools) - Use the [deptry linter](https://github.com/fpgmaas/deptry): avoid missing or superfluous dependency declarations.
@@ -145,18 +144,6 @@ $ uvx usethis tool pytest
145
144
☐ Run 'uv run pytest' to run the tests.
146
145
```
147
146
148
-
There are also commands to configure aspects other than tools. For example, to configure [Bitbucket Pipelines](https://www.atlassian.com/software/bitbucket/features/pipelines), run:
149
-
150
-
```console
151
-
$ uvx usethis ci bitbucket
152
-
✔ Writing 'bitbucket-pipelines.yml'.
153
-
✔ Adding cache 'uv' definition to 'bitbucket-pipelines.yml'.
154
-
✔ Adding 'Run Ruff' to default pipeline in 'bitbucket-pipelines.yml'.
155
-
✔ Adding 'Test on 3.13' to default pipeline in 'bitbucket-pipelines.yml'.
156
-
✔ Adding 'Test on 3.14' to default pipeline in 'bitbucket-pipelines.yml'.
157
-
☐ Run your pipeline via the Bitbucket website.
158
-
```
159
-
160
147
See the [CLI Reference](https://usethis.readthedocs.io/en/stable/cli/reference) for a full list of available commands.
161
148
162
149
## 📚 Similar Projects
@@ -190,7 +177,6 @@ If you're not interested in templating automations, then [configurator](https://
190
177
191
178
Major features planned are:
192
179
193
-
- Support for automated GitHub Actions workflows ([#57](https://github.com/usethis-python/usethis-python/issues/57)), and
194
180
- Support for a typechecker (likely ty, [#838](https://github.com/usethis-python/usethis-python/issues/838)).
195
181
196
182
Other features are tracked in the [GitHub Issues](https://github.com/usethis-python/usethis-python/issues) page.
-[`usethis test`](reference.md#usethis-test) — Add/Configure a recommended testing framework (namely, [pytest](https://github.com/pytest-dev/pytest) with [Coverage.py](https://github.com/nedbat/coveragepy)).
14
-
-[`usethis ci`](reference.md#usethis-ci) — Add/Configure a specified CI service.
15
14
-[`usethis tool`](reference.md#usethis-tool) — Add/Configure specific tools individually.
16
15
-[`usethis tool codespell`](reference.md#code-quality-tools) - Use the [codespell spellchecker](https://github.com/codespell-project/codespell): detect common spelling mistakes.
17
16
-[`usethis tool deptry`](reference.md#code-quality-tools) - Use the [deptry linter](https://github.com/fpgmaas/deptry): avoid missing or superfluous dependency declarations.
Copy file name to clipboardExpand all lines: docs/start/example-usage.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,16 +35,4 @@ $ uvx usethis tool pytest
35
35
☐ Run 'uv run pytest' to run the tests.
36
36
```
37
37
38
-
There are also commands to configure aspects other than tools. For example, to configure [Bitbucket Pipelines](https://www.atlassian.com/software/bitbucket/features/pipelines), run:
39
-
40
-
```console
41
-
$ uvx usethis ci bitbucket
42
-
✔ Writing 'bitbucket-pipelines.yml'.
43
-
✔ Adding cache 'uv' definition to 'bitbucket-pipelines.yml'.
44
-
✔ Adding 'Run Ruff' to default pipeline in 'bitbucket-pipelines.yml'.
45
-
✔ Adding 'Test on 3.13' to default pipeline in 'bitbucket-pipelines.yml'.
46
-
✔ Adding 'Test on 3.14' to default pipeline in 'bitbucket-pipelines.yml'.
47
-
☐ Run your pipeline via the Bitbucket website.
48
-
```
49
-
50
38
See the [CLI Reference](../cli/reference.md) for a full list of available commands.
0 commit comments