gig-cli
v0.2.4
Published
A command line tool for you to quickly create gitignore file.
Downloads
9
Readme
gig-cli
A command line tool for you to quickly create .gitignore file.
✨ Features:
Out of the box, easy to use.
Ignore templates are provided for multiple language projects , currently supported:
| Template | describe | | -------- | ------------------------------------------------------------------------------- | | empty | empty template | | node | support:
Nodejs,Vue,React,Vuepress,Nuxt.js,Next.jsand more... | | java | the java gitignore | | python | the python gitignore | | go | the go gitignore | | django | the django gitignore |
🌈 Start:
Install:
npm install gig-cli -gUsage:
- Create
.gitignorefor current working path:
gig
- View help to learn more:
➜ gig-cli git:(master) gig -h
Usage: gig [options]
generates an gitignore file based on the template.
Options:
-v, --version output the version number
-h, --help display help for command📃 License:
license: MIT
