git-ignore-manager

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i git-ignore-manager

Weekly Downloads

0

Version

1.0.2

License

ISC

Last publish

Collaborators

  • tomasparizek