A simple CLI
package for creating a .gitignore
file.
This package creates a .gitignore
in the current directory
One time install and create .gitignore while offline
$ npx ngitignore create
Install the package globally using the command below
$ npm i -g ngitignore
After installation run the command ngitgnore -h
or ngitignore --help
to display help options
Run the ngitgnore create
to create a .gitignore file in the currrent directory
$ ngitignore -h
Usage: ngitignore [options] [command]
Options:
-h, --help display help for command
Commands:
create Create a .gitignore file in the current directory
--help Show help info
-h Show help info
help [command] display help for command
$ ngitignore create
Hurray 🥳🥳🚀🚀
Successfully created a .gitignore file