3.0.1 • Published 4 years ago
ngitignore v3.0.1
ngitignore
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
Working with the package without installing the package
$ npx ngitignore createHow to use
Install the package globally using the command below
$ npm i -g ngitignoreAfter 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
Creating the file
$ ngitignore create
Hurray 🥳🥳🚀🚀
Successfully created a .gitignore file