-
released this
2026-02-05 11:01:37 +00:00 | 21 commits to main since this releaseInitial Release
Project Scaffold CLI v1.0.0 - A CLI tool that generates standardized project scaffolding for multiple languages (Python, Node.js, Go, Rust) with intelligent defaults.
Features
- Multi-language templates (Python, Node.js, Go, Rust)
- Interactive CLI prompts
- Auto-generated .gitignore files
- CI/CD templates (GitHub Actions, GitLab CI)
- Custom template support
- Configuration file support
Installation
pip install project-scaffold-cliUsage
psc create my-project --language pythonFull Changelog
- Initial release with all core features
- 76 passing tests
- Comprehensive test coverage
Downloads