rignore 1.0.4

Generate .gitignore files using gitignore.io api
Documentation

rignore

Crates.io Crates.io License

TODO:

Add cache support ✅
Orginize the code ✅

Generate .gitignore files using gitignore.io api


First you need to build the binary


cargo build --release

or


cargo install rignore



rignore -help

INFO:
     -> rignore help == prints commands
     -> rignore list == lists supported langs
     -> rignore <supported_lang(example = 'rust')> == creates a .gitignore file


For example:


rignore rust

If you don't provide a language it will print all the languages that gitignore.io supportes.


But if you want to list by cli command you can use


rignore list


You can clear the cache with clear command


rignore clear