0.2.0 • Published 1 year ago

@jeffwcx/gitignore v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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
0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago