# rignore
[![Crates.io](https://img.shields.io/crates/v/rignore?style=flat-square)](https://crates.io/crates/rignore)
[![Crates.io](https://img.shields.io/crates/d/rignore?style=flat-square)](https://crates.io/crates/rignore)
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE-MIT)
### TODO:
Add cache support ✅\
Orginize the code ✅
### Generate .gitignore files using [gitignore.io](https://gitignore.io) api
---
First you need to build the binary
```bash
cargo build --release
```
or
```bash
cargo install rignore
```
---
```bash
rignore help
INFO:
-> rignore help == prints commands
-> rignore list == lists supported langs
-> rignore == creates a .gitignore file
-> rignore clear == clear cache
```
---
For example:
```bash
rignore rust
```
---
If you want to list by cli command you can use
```bash
rignore list
```
---
You can clear the cache with clear command
```bash
rignore clear
```