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
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
- Reduce README.md to focus on quick start and essential information
- Point users to comprehensive documentation site for detailed guides
- Move template options overview to documentation index
- Ensure all README content is preserved in documentation:
* Quick start guide has detailed usage instructions
* Template options fully documented in configuration guide
* All features and tools explained in dedicated docs
- Maintain clear navigation with direct links to documentation sections
- Improve user experience by reducing information overload in README
README now serves as a concise entry point while comprehensive
documentation provides all detailed information.
That's it! You'll be prompted to customize your package with modern tools like **Ruff**, **pytest**, **MyPy**, and choice of **build backends** (setuptools, hatchling, flit, pdm).
21
21
22
-
After generating your project:
22
+
## ✨ What You Get
23
23
24
-
1.**Navigate to your project**: `cd your-project-name`
25
-
2.**Set up development environment**: `pip install -e .[dev]`
26
-
3.**Configure tools**: Choose from Ruff, MyPy, pytest, pre-commit, and more
27
-
4.**Start developing**: Write your code in `src/` with tests in `tests/`
0 commit comments