This repository contains templates which can be used to create new formulas with ritchie-cli.
To import this repository, you need Ritchie CLI installed and substitute the "commons" repository by this one.
To do so, you can use the rit add repo
command manually, or execute the command line below directly on your terminal:
echo '{"provider":"Github", "name":"commons", "url":"https://github.com/GuillaumeFalourd/ritchie-templates", "priority":1}' | rit add repo --stdin
Finally, you can check if the repository has been imported correctly by executing the rit list repo
command.
The rit create formula
command use the folder /templates/create_formula
to list the languages options. If you want to edit some language template or to add new language templates, please access the following tutorial: Languages Template Tutorial