bounds-cli 0.5.1

Add a .gitignore and LICENSE to a repository
# bounds

`bounds` is an interactive CLI for adding a `.gitignore` and `LICENSE` to a
repository.

## Installation

### Homebrew

Add this repository as a tap, then install the formula:

```sh
brew tap danfq/bounds https://github.com/danfq/bounds.git
brew install danfq/bounds/bounds
```

Future releases are available through the usual Homebrew update flow:

```sh
brew update
brew upgrade danfq/bounds/bounds
```

## Acknowledgements

The `.gitignore` templates are provided by
[Toptal's gitignore.io project](https://www.toptal.com/developers/gitignore)
and compacted by `bounds` to contain only the selected ignore rules. Thanks to
the project and its contributors for maintaining the template collection.