This repository contains the community formulas which can be executed by the ritchie-cli.
Execute one of the following commands through the ritchie-formulas/Makefile file :
-
make test-local: Build all formulas and add them to the~/.rit/formulasfolder. -
make test-local form={FORMULA_NAME}: Build the specific formula and add it to the~/.rit/formulasfolder.
The formula(s) can then be tested locally through the terminal using the associated ritchie command.
- Fork the repository
- Create a branch:
git checkout -b <branch_name> - 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 '<commit_message>' - Push your branch:
git push origin <project_name>/<location> - Open a pull request on the ritchie-formulas repository for analysis.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, you can obtain one at https://mozilla.org/MPL/2.0/.
