rignore 1.0.0

Generate .gitignore files using gitignore.io api
Documentation

rignore

Crates.io Crates.io License

Generate .gitignore files using gitignore.io api


First you need to build the binary


cargo build --release



rignore -help

USAGE:
    rignore [LANGUAGE] [SUBCOMMAND]

ARGS:
    <LANGUAGE>    Dowloads the chosen language from the api

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    help    Print this message or the help of the given subcommand(s)
    list    Lists suported languages


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