|
7 | 7 | </h1> |
8 | 8 |
|
9 | 9 | <!-- badges-begin --> |
10 | | - |
11 | | -[](https://robust-python.dev/cookiecutter) |
12 | | -[](https://github.com/astral-sh/uv) |
13 | | -[](https://github.com/robust-python/cookiecutter-robust-python) |
14 | | -[](https://github.com/robust-python/robust-python-demo/actions) |
15 | | -[](https://github.com/robust-python/robust-maturin-demo/actions) |
16 | | -[](https://discord.gg/XZAHSBgqXU) |
17 | | - |
| 10 | +[![User Guide][user-guide-badge]][user-guide-page] |
| 11 | +[![uv][uv-badge]][uv-page] |
| 12 | +[![Python Versions][python-versions-badge]][python-versions-page] |
| 13 | +[![Python demo status][robust-python-demo-status-badge]][robust-python-demo-status-page] |
| 14 | +[![Maturin demo status][robust-maturin-demo-status-badge]][robust-maturin-demo-status-page] |
| 15 | +[![Discord][discord-badge]][discord-page] |
| 16 | + |
| 17 | +[user-guide-badge]: https://img.shields.io/badge/user-guide-brightgreen?logo=readthedocs&style=flat-square |
| 18 | +[user-guide-page]: https://cookiecutter-robust-python.readthedocs.io/ |
| 19 | +[uv-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json&style=flat-square |
| 20 | +[uv-page]: https://github.com/astral-sh/uv |
| 21 | +[python-versions-badge]: https://img.shields.io/pypi/pyversions/robust-python-demo?style=flat-square |
| 22 | +[python-versions-page]: https://github.com/robust-python/cookiecutter-robust-python |
| 23 | +[robust-python-demo-status-badge]: https://img.shields.io/github/actions/workflow/status/robust-python/robust-python-demo/release-python.yml?branch=main&style=flat-square&label=robust-python-demo |
| 24 | +[robust-python-demo-status-page]: https://github.com/robust-python/robust-python-demo |
| 25 | +[robust-maturin-demo-status-badge]: https://img.shields.io/github/actions/workflow/status/robust-python/robust-maturin-demo/release-python.yml?branch=main&style=flat-square&label=robust-maturin-demo |
| 26 | +[robust-maturin-demo-status-page]: https://github.com/robust-python/robust-maturin-demo |
| 27 | +[discord-badge]: https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white&style=flat-square |
| 28 | +[discord-page]: https://discord.gg/XZAHSBgqXU |
18 | 29 | <!-- badges-end --> |
19 | 30 |
|
20 | 31 | # cookiecutter-robust-python |
@@ -52,13 +63,10 @@ After generating your project, set it up for development: |
52 | 63 | ```bash |
53 | 64 | cd my-awesome-project |
54 | 65 |
|
55 | | -# Set up virtual environment and install dependencies |
56 | | -uvx nox -s setup-venv |
57 | | - |
58 | | -# Initialize git repository with main/develop branches |
59 | | -uvx nox -s setup-git |
| 66 | +# Sets up venv + git (same as nox -s setup-venv && nox -s setup-git) |
| 67 | +uvx nox -t env |
60 | 68 |
|
61 | | -# Set up remote repository (requires empty remote repo to exist) |
| 69 | +# Sets up remote repository (requires empty remote repo to exist) |
62 | 70 | uvx nox -s setup-remote |
63 | 71 | ``` |
64 | 72 |
|
|
0 commit comments