An open API service indexing awesome lists of open source software.

https://github.com/pintoinfant/gitignre

Node CLI tool for adding a gitignore file to your project.
https://github.com/pintoinfant/gitignre

cli gitignore gitignore-generator nodejs

Last synced: 3 months ago
JSON representation

Node CLI tool for adding a gitignore file to your project.

Awesome Lists containing this project

README

          

# gitignre

A Node CLI to add `.gitignore` files for any of your new projects

[The list of available gitignore files by Github](https://github.com/github/gitignore)

## Use as a global utility

### Install

npm install gitignre -g

### Usage

To list out all of the available types:

gitignre

To create a `.gitignore` for node project:

gitignre node

That's it.