8000 GitHub - joelbandi/ignoramus: Even an ignoramus can create a .gitignore now
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joelbandi/ignoramus

Repository files navigation

ignoramus

An ignoramus' tool for creating .gitignore files.

Installation

npm install -g ignoramus

Usage

  1. $ ignoramus create java -> creates a java .gitignore file
  2. $ 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

Command help

        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

Demo

Development

  1. Clone your fork of this repository.
  2. npm test to run tests.
  3. npm run lint to run the linter.

About

Even an ignoramus can create a .gitignore now

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0