@jeffwcx/gitignore
v0.2.0
Published
Generate `.gitignore` file.
Downloads
3
Readme
@jeffwcx/gitignore
Generate .gitignore
file, using gitignore.io
Usage
$ npm install -g @jeffwcx/gitignore
$ gi
Commands
gi [ENVNAMES]
Generate .gitignore
file.
USAGE
$ gi [ENVNAMES] [-f <value>]
FLAGS
-f, --file=<value> [default: ./.gitignore]
DESCRIPTION
Generate `.gitignore` file.
ALIASES
$ gi gitignore
EXAMPLES
Generate `.gitignore` through interactive selection
$ gi
Generate the `.gitignore` file in the current directory that adapt to macOS, Windows, Linux, and Node.js
environments
$ gi macos,windows,linux,node