0.0.3 • Published 7 years ago

git-ignore-cli v0.0.3

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

git-ignore-cli

Manage your .gitignore from the command line.

WARNING: this tool is a work-in-progress and might be unstable or unsuitable for serious use.

Installation

npm install --global git-ignore-cli

Usage

$ gitignore --help
  Usage
    $ gitignore [options] [<pathspec>...]    Add paths to .gitignore

  Options
    -l, --local    Use local .gitignore (default)
    -g, --global   Use global .gitignore

  Examples
    $ gitignore build/.tmp *.zip
      Added to local .gitignore (Z:\_projects\gitignore-cli\.gitignore):
      build/.tmp
      *.zip

    $ gitignore --local
      Local .gitignore (Z:\_projects\gitignore-cli\.gitignore)
      build/.tmp
      *.zip

TODO

License

The MIT License © Clément Paris

0.0.3

7 years ago

0.0.2

8 years ago