git-ignore-manager
v1.0.2
Published
Git ignore manager (or gim) =============
Downloads
61
Readme
Git ignore manager (or gim)
Gim is command line tool written in Node.js for managing your's .gitignore collection. No more of copy pasting from old projects.
Parametrs
gim -set_{.gitignore name}- Adds .gitignore from current folder to your collection under name specified after command.gim -get_{.gitignore name}- Updates (or adds) .gitignore to current folder. Specify name of desired .gitignore in your collection after command.gim -remove_{.gitignore name}- Removes .gitignore from your collection. Specify name of desired .gitignore after command.gim -removeAll- Removes all .gitignores in your collection.gim -list- Lists your .gitignore collection
Installation
Prerequisite: Node.js
After successfully installing Node.js, open terminal and type this command:
sudo npm install -g git-ignore-manager