0.0.2 • Published 7 years ago

gi-gitignore-generator v0.0.2

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

GI : Gitignore Generator npm Dependencies GitHub issues

A simple NodeJS CLI to generate .gitignore or .gitignore_global

Installation

Ensure that you have installed NodeJS

$ npm install --global gi-gitignore-generator

Usage

Make your .gitignore

gi <lib>,<lib>...

List of template

gi list

Help

gi --help

Version

gi --version

Exemple

Add .gitignore for WordPress

gi wordpress

Add .gitignore for Android, Visual Studio and intelliJ

gi android,visualstudio,intellij

Add .gitignore_global for Symfony, PHPStorm, NetBeans, Less, SASS

gi symfony,intellij,netbeans,less,sass -G

Fork

git clone https://github.com/Ealenn/gi-gitignore-generator.git gi-gitignore-generator
cd gi-gitignore-generator
npm install
npm link

License

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.