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

https://github.com/mglagola/gen-gitignore

Generate and save gitignore locally by scraping github's gitignore repo
https://github.com/mglagola/gen-gitignore

generator git gitignore node npm npm-package

Last synced: 2 months ago
JSON representation

Generate and save gitignore locally by scraping github's gitignore repo

Awesome Lists containing this project

README

          

# Easily generate .gitignore files

It's as easy as

```bash
$ gitignore node sass
```

![demo](https://cl.ly/103c273R313Q/Screen%20Recording%202017-05-14%20at%2009.56%20AM.gif)

## Setup

```bash
$ npm install -g gen-gitignore
```

## Usage

```
Usage
$ gitignore

Examples
$ gitignore swift ruby
$ gitignore android
$ gitignore node sass
```