Ritchie Formula Repo
Documentation
Contribute to the Ritchie community
This repository contains rit formulas which can be executed by the ritchie-cli.
Use Formulas
rit add repo
Select your provider:
> Github
Gilab
Repository name: {{some_repo_name}}
Repository URL: {{this_repo_url}}
Is a private repository?
no
> yes
Personal access tokens: {{git_personal_token}}
Select a tag version:
> 1.0.1
1.0.0
Set the priority: 2
Contribute to the repository with your formulas
- Fork the repository
- Create a branch:
git checkout -b
- Check the step by step of how to create formulas on Ritchie
- Add your formulas to the repository and commit your implementation:
git commit -m '
- Push your branch:
git push origin
/ - Open a pull request on the repository for analysis.