1.0.7 • Published 5 years ago
gignore-cli v1.0.7
gignore-cli
A simple CLI tool for generating .gitignore file
Please note that this is just a person tool for quickly generating a .gitignore when bootstrap a new project.
Install
npm install -g gignore-cliOr you can use npx so you don't even need to install the script
Usage
Note that if there's an existing .gitignore, you can choose to override or skip adding it
gignore-cli -t node # Add a .gignore file for NodeJS base projectWithout installing the script
npx gignore-cli -t nodeLicense
MIT