@pwuersch/gitignore-cli
v1.1.0
Published
A gitignore generator for the command line
Readme
Gitignore-CLI
This command-line tool enables you to easily generate .gitignore files in the current directory you are in. The templates used for the presets are the same as you will find on gitignore.io.
Installation
Install this tool as a global npm package with the following command:
npm install -g @pwuersch/gitignore-cliUsage
If you have installed the package you can then invoke the prompt with the gi.
In the case you have installed the package in a project you can also use it with npx.
gi # For global use
npx gi # For use in a project