Ritchie is an open source framework that creates and tweaks a CLI for your team. It allows you to easily create, build and share formulas.
This repository contains the CLI core, which can execute formulas stored inside other repositories such as ritchie-formulas.
- Linux|MacOS
curl -fsSL https://commons-repo.ritchiecli.io/install.sh | bash- Windows
Download the installer from (https://commons-repo.ritchiecli.io/latest/ritchiecli.msi)
Once you made it, Ritchie will add all community formulas repository and create all the necessary configuration's files.
rit initAfter you finished the previous steps - installation and initialization -, you can run a "hello-world" formula to test Ritchie.
rit demo hello-worldWith the release of version 2.0.0 of Ritchie, the previous version (Ritchie 1.x) has been deprecated. Therefore, only bugs fixes will be implemented in this version.
The legacy code is available at Ritchie Legacy-1.0.0.
