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

https://github.com/richinfante/ignorebot

Download GitHub .gitignore templates from the command line (via https://github.com/github/gitignore)
https://github.com/richinfante/ignorebot

git gitignore

Last synced: about 2 months ago
JSON representation

Download GitHub .gitignore templates from the command line (via https://github.com/github/gitignore)

Awesome Lists containing this project

README

          

# Ignorebot
- Downloads .gitignore files from https://github.com/github/gitignore
- They are appended to your current .gitignore file. If the file isn't there, it'll create one.

## Installing
[https://www.npmjs.com/package/ignorebot](https://www.npmjs.com/package/ignorebot)
```bash
npm install -g ignorebot
```

## Usage
```bash
ignorebot install [name] #installs a gitignore template
ignorebot preview [name] #lists ignore patterns to be added
ignorebot list #shows list of currently available templates
```

## Some examples
```bash
ignorebot install Swift
```

```bash
ignorebot install Java
```

#### Note
The `ignorebot list` command is only provided as a convenience and may not up-to date. if it isn't, use the `update-list.sh` script and send a PR, or open an issue.