Skip to content

GuillaumeFalourd/ritchie-templates-perso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ritchie's formulas templates

title

This repository contains templates which can be used to create new formulas with ritchie-cli.

Ritchie CLI Full Documentation

Gitbook

Use Templates

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.

Add support to other languages

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

Contributing

Guidelines