• v1.0.0 e22ab1ba59

    gitignore-generator-cli v1.0.0
    Some checks failed
    CI / test (push) Failing after 13s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-01-30 15:34:29 +00:00 | 36 commits to main since this release

    Initial Release v1.0.0

    A CLI tool that generates .gitignore files by specifying technologies/frameworks. Supports 100+ frameworks via gitignore.io integration with offline caching.

    Features

    • Generate .gitignore for multiple tech stacks
    • Auto-detect project type from existing files
    • Preview mode before writing
    • Offline caching with configurable expiration
    • Custom patterns support
    • 50+ bundled templates for offline use

    Installation

    pip install gitignore-generator-cli
    

    Quick Start

    gitignore-generator generate node python django
    gitignore-generator detect
    gitignore-generator list
    

    Full Documentation

    See README.md for detailed usage instructions.

    Downloads