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. Check out more here about Ritchie.
Ritchie creates automation commands to improve the operational developers' experience and brings beneficial such as:
Simplify repetitive and easy-to-execute tasks
Reduce the rework
Promote more time for the development team to focus on their deliveries.
You can follow the installation step by step according do the operational system you're using. Check out more in installation section.
Using the command rit create formula
, you can create formulas using any programming language. Check out more in create a formula section.
You can execute your formulas locally or through Docker. Check out more in create a formula section.
You can build a formula by running the $ rit build formula
command. Check out more in build a formula section.
You can publish a formula by creating a Github's, Gitlab's or Bitbucket's repository and adding a release version of this formula. Check out more in publish a formula section.
You just have to open a pull request on ritchie-formula's repository with your formula suggestion.
You can contribute with improvements, suggestions or reporting bugs on ritchie-cli's repository. That's the process you should follow:
Fork the repository
Create a branch: git checkout -b <branch_name>
Implement your idea
Commit your implementation: git commit -m '<commit_message>'
Push your branch: git push origin <project_name>/<location>
Open a pull request on the master
branch for analysis.