An open API service indexing awesome lists of open source software.

https://github.com/ixalender/gnore

Allows getting .gitignore file from Github's gitignore templates repo.
https://github.com/ixalender/gnore

command-line-tool git github gitignore golang-application repository-template templates

Last synced: 5 months ago
JSON representation

Allows getting .gitignore file from Github's gitignore templates repo.

Awesome Lists containing this project

README

          

# Gnore
The command-line tool allows getting an appropriate .gitignore file from github's [gitignore repo](https://github.com/github/gitignore.git).

## Usage

Update available templates
```
gnore update
```

List available templates
```
gnore list
```

Add .gitignore file to the destination directory by the specific template name. If **.gitignore** exists, **gnore** will add specified template to the end of **.gitignore** file.
```
gnore get
```

Examples
```
gnore get python .

gnore get vue ./some-project-folder
```
## License
MIT