Skip to content

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

License

Notifications You must be signed in to change notification settings

forinda/ngitignore

Repository files navigation

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

Issues Stars Forks Twitter stars License
JavaScript Git


Working with the package without installing the package

$ npx ngitignore create

How to use

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
  

Creating the file

$ ngitignore create

Hurray 🥳🥳🚀🚀
Successfully created a .gitignore file

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages