• v1.0.0 ba53f56a89

    v1.0.0
    Some checks failed
    CI / test (push) Failing after 4m53s
    Stable

    7000pctAUTO released this 2026-02-05 11:01:37 +00:00 | 21 commits to main since this release

    Initial 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-cli
    

    Usage

    psc create my-project --language python
    

    Full Changelog

    • Initial release with all core features
    • 76 passing tests
    • Comprehensive test coverage
    Downloads