Skip to content

Latest commit

 

History

History

gitignore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@jeffwcx/gitignore

Generate .gitignore file, using gitignore.io

asciicast

Usage

$ npm install -g @jeffwcx/gitignore

$ gi

or

npx @jeffwcx/gitignore

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