gig-cli 0.1.0

Simple cli to create a .gitignore based off Github's gitignore repo
<div align="center">
	<h1>gig</h1>
	<p>
		Simple cli to create a .gitignore based off <a href="https://github.com/github/gitignore">Github's gitignore</a> repo
	</p>
	<br>
</div>

## Install

### Build from source

After git cloning this repo, you can install as a cargo crate through

```shell
$ cargo install --path path/to/repo
```
## License

MIT

Maintained by [Milan](https://mdaverde.com)