This repository contains Ritchie formulas which can be executed by ritchie-cli.
- Create Github Profile:
rit github create profile
- Create Github Repository:
rit github create repo
- Delete Github Repository:
rit github delete repo
- Generate Github Release:
rit github generate release
- Get Github Repo Details:
rit github get repo
- Get Github User Details:
rit github get user
- Get Github User Email:
rit github get user-email
To import this repository, you need Ritchie CLI installed
Then, you can use the rit add repo
command manually, or execute the command line below directly on your terminal:
echo '{"provider":"Github", "name":"formulas-github", "url":"https://github.com/GuillaumeFalourd/formulas-github", "priority":1}' | rit add repo --stdin
Finally, you can check if the repository has been imported correctly by executing the rit list repo
command.
- Fork and clone 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 repository for analysis.
- Fork and clone the repository
- Create a branch:
git checkout -b <branch_name>
- Add the cloned repository to your workspaces (
rit add workspace
) with a highest priority (for example: 1). - Check the step by step of how to implement formulas on Ritchie
and commit your implementation:
git commit -m '<commit_message>
- Push your branch:
git push origin <project_name>/<location>
- Open a pull request on the repository for analysis.