gi-gitignore-generator v0.0.2
GI : Gitignore Generator

A simple NodeJS CLI to generate .gitignore or .gitignore_global
Installation
Ensure that you have installed NodeJS
$ npm install --global gi-gitignore-generatorUsage
Make your .gitignore
gi <lib>,<lib>...List of template
gi listHelp
gi --helpVersion
gi --versionExemple
Add .gitignore for WordPress
gi wordpressAdd .gitignore for Android, Visual Studio and intelliJ
gi android,visualstudio,intellijAdd .gitignore_global for Symfony, PHPStorm, NetBeans, Less, SASS
gi symfony,intellij,netbeans,less,sass -GFork
git clone https://github.com/Ealenn/gi-gitignore-generator.git gi-gitignore-generator
cd gi-gitignore-generator
npm install
npm linkLicense
Created with gitignore.io Copyright (C) 2016 Rudy Marchandise
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.