https://github.com/stevencyb/gitignoregen
https://github.com/stevencyb/gitignoregen
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevencyb/gitignoregen
- Owner: StevenCyb
- License: mit
- Created: 2025-07-24T13:14:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T11:20:58.000Z (11 months ago)
- Last Synced: 2025-08-04T04:51:27.661Z (11 months ago)
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitIgnoreGen
This CLI tool generates .gitignore for various cases. This is a fun project to help developers quickly set up their projects with the appropriate ignore files.
Feel free to contribute or suggest improvements!
Also check out the [gitignore.io](https://www.toptal.com/developers/gitignore).
## Installation
```bash
go install github.com/StevenCyb/GitIgnoreGen@latest
```
## Usage
```bash
╔═╗┬┌┬┐┬┌─┐┌┐┌┌─┐┬─┐┌─┐╔═╗┌─┐┌┐┌
║ ╦│ │ ││ ┬││││ │├┬┘├┤ ║ ╦├┤ │││
╚═╝┴ ┴ ┴└─┘┘└┘└─┘┴└─└─┘╚═╝└─┘┘└┘
1.0.0
A CLI tool to generate .gitignore for various cases.
Usage:
GitignoreGen
Commands:
list
List available .gitignore templates.
Example: cli list
build
Build a .gitignore file in the current working directory.
Example: cli build golang macos ...
update
Update a .gitignore file at current working directory.
Example: cli update
version
Get the version of the CLI.
Example: cli version
help
Show help information.
Example: cli help
Use "GitignoreGen --help" for more information about a command.
```