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.
- Host: GitHub
- URL: https://github.com/ixalender/gnore
- Owner: ixalender
- License: mit
- Created: 2020-11-23T21:59:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T15:08:04.000Z (about 4 years ago)
- Last Synced: 2024-06-21T13:03:27.070Z (about 2 years ago)
- Topics: command-line-tool, git, github, gitignore, golang-application, repository-template, templates
- Language: Go
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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