1.0.2 • Published 7 years ago

git-ignore-manager v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago