0.3.4 • Published 4 years ago
gitignore-command v0.3.4
gitignore
gitignore is a convenient tool to get gitignore file for your project.
It uses gitignore templates from https://github.com/github/gitignore.
How to use
On your terminal:
gitignore <programming language or technology>Sample:
gitignore nodegitignore androidRequirements
Installation
Install from NPM
npm install -g gitignore-commandInstall from source
Clone the repository
git clone https://github.com/ronaldstevanus/gitignore-cli.gitNavigate to the repository directory
cd gitignore-cliInstall
npm installMake it executable from anywhere
npm link