28 lines
475 B
Markdown
28 lines
475 B
Markdown
# gitignore-generator
|
|
|
|
A CLI tool that generates optimized .gitignore files based on project type and tech stack.
|
|
|
|
## Features
|
|
|
|
- Support for 50+ frameworks/languages
|
|
- IDE-specific templates (VSCode, JetBrains, etc.)
|
|
- Interactive mode for custom templates
|
|
- Template management (list/add/remove)
|
|
- Validation to catch common mistakes
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install gitignore-generator
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
gitignore generate python javascript
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|