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

https://github.com/sijad/gitignore

Create .gitignore files from gitignore.io templates
https://github.com/sijad/gitignore

fish-shell fisher gitignore

Last synced: 7 months ago
JSON representation

Create .gitignore files from gitignore.io templates

Awesome Lists containing this project

README

        

# Gitignore

Create `.gitignore` files from [gitignore.io](https://www.toptal.com/developers/gitignore) templates.

## Install

Install with [Fisher](https://github.com/jorgebucaran/fisher)

```
fisher install sijad/gitignore
```

## Usage

```fish
gitignore osx c++
```

## Options

* `-u`, `--update`:
Update template list.

* `-o`, `--output=FILE`:
Save generated template to `FILE`.

* `-h`, `--help`:
Show usage help.

## License

Gitignore is MIT licensed. See [LICENSE](LICENSE).