npm install -g ignoramus
$ ignoramus create java
-> creates a java.gitignore
file$ ignoramus add ruby
-> appends a ruby.gitignore
file to the exisiting file. Creates new file if it doesnt.
The files are created in the present working directory
Usage
$ ignoramus create [language/stack/editor]
$ ignoramus add [language/stack/editor]
Commands
create - creates .gitignore file
add - appends to the .gitignore file
Options
--version, -v displays version
--help, -h displays help
Example
$ ignoramus create node
$ ignoramus add ruby
$ ignoramus create atom
$ ignoramus add lamp
$ ignoramus create java,ruby,atom
- Clone your fork of this repository.
npm test
to run tests.npm run lint
to run the linter.