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

https://github.com/antoniopresto/fignore

Automatically create gitignore file for node projects
https://github.com/antoniopresto/fignore

Last synced: 3 months ago
JSON representation

Automatically create gitignore file for node projects

Awesome Lists containing this project

README

        

# fignore

Automatically creates excellent `.gitignore` for node projects

## Use as a global utility

### Install

npm install fignore -g

### Usage

To create a `.gitignore`:

fignore

That's it.