Rargs

Rargs is a Bash framework based on other tools like Bashly and Argc, designed for efficient script development.

Get started

Open-source MIT License. GitHub v0.1.0

Argument parsing

Easily configure arguments, options, or flags with multiple validation options.

Compiles to Bash

Compiles to a Bash compliant script that you can edit and extend on your own.

Environment Variables

Handle environment variables with ease. Validate their existance and apply them to other options.

Dependencies

Check for dependencies available on your $PATH before running your script.

Debugging

Easily debug your script execution by providing the DEBUG environment variable at runtime.

Self Documenting

Keep your script documentation next to your script, so that you never lose information about how to run it.