File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33A Python project template robust enough to follow up [ cookiecutter-hypermodern-python]
44
5+ ---
6+
7+ ** [ 📚 View Documentation] ( https://cookiecutter-robust-python.readthedocs.io/ ) ** | ** [ 🐛 Report a Bug] ( https://github.com/56kyle/cookiecutter-robust-python/issues ) ** | ** [ ✨ Request a Feature] ( https://github.com/56kyle/cookiecutter-robust-python/issues ) **
8+
9+ ---
10+
511## Usage/Installation
612
713The only prerequisite for using the template is to [ install uv] .
814
915From there just cd into the directory you want to create the project in and run:
1016``` terminaloutput
1117uvx cruft create https://github.com/56kyle/cookiecutter-robust-python.git
18+ ```
19+ Which will prompt you for a few inputs before generating the project.
20+ ``` terminaloutput
1221> [1/15] project_name (robust-python): my-repo-name
1322> ...
1423```
You can’t perform that action at this time.
0 commit comments