https://github.com/monmaru/gitignore
Interactive CLI tool to generate .gitignore from github/gitignore.
https://github.com/monmaru/gitignore
cli github golang
Last synced: 5 months ago
JSON representation
Interactive CLI tool to generate .gitignore from github/gitignore.
- Host: GitHub
- URL: https://github.com/monmaru/gitignore
- Owner: monmaru
- License: mit
- Created: 2018-09-10T11:34:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T10:28:34.000Z (over 6 years ago)
- Last Synced: 2025-05-22T21:07:01.546Z (about 1 year ago)
- Topics: cli, github, golang
- Language: Go
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitignore
Interactive CLI tool to generate .gitignore from [github/gitignore](https://github.com/github/gitignore).

## Installation
```
go get github.com/monmaru/gitignore
```
## Usage
```
NAME:
gitignore - A new cli application
USAGE:
gitignore [global options] command [command options] [arguments...]
VERSION:
1.0
DESCRIPTION:
generate a .gitignore from github/gitignore on GitHub
AUTHOR:
monmaru
COMMANDS:
list List a collection of .gitignore templates
dump Dump a .gitignore to console
new Create a .gitignore to current directory
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```
## License
Licensed under the [MIT](LICENSE) License.