gitignore-parser : A simple .gitignore parser.. You can installing gitignore-parser npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install gitignore-parser $ sudo npm install -g gitignore-parser
If want to update the gitignore-parser package execute the command as below,
$ sudo npm update gitignore-parser
Update package globally,
$ npm install -g gitignore-parser
$ sudo git clone https://github.com/rektide/gitignore-parser.git
$ sudo npm install -g ./gitignore-parser
gitignore-parser@0.0.2 /usr/lib/node_modules/gitignore-parser
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gitignore-parser
| Package Name | gitignore-parser |
| Version | 0.0.2 |
| Description | A simple .gitignore parser. |
| Released Date | 2015-04-07T00:11:43.662Z |
| Published by | codemix |
| How to Learn | https://www.npmjs.com/package/gitignore-parser/tutorial |