Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaumefalourd/ritchie-templates-perso
Ritchie templates used to create new formulas with Ritchie CLI ðŸ›
https://github.com/guillaumefalourd/ritchie-templates-perso
formulas ritchie-cli templates
Last synced: about 1 month ago
JSON representation
Ritchie templates used to create new formulas with Ritchie CLI ðŸ›
- Host: GitHub
- URL: https://github.com/guillaumefalourd/ritchie-templates-perso
- Owner: GuillaumeFalourd
- License: apache-2.0
- Created: 2021-01-21T12:34:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T11:31:33.000Z (over 2 years ago)
- Last Synced: 2024-10-12T14:38:45.613Z (2 months ago)
- Topics: formulas, ritchie-cli, templates
- Language: Makefile
- Homepage: https://ritchiecli.io
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ritchie's formulas templates
This repository contains templates which can be used to create new formulas with [ritchie-cli](https://github.com/ZupIT/ritchie-cli).
## Ritchie CLI Full Documentation
[Gitbook](https://docs.ritchiecli.io)
## Use Templates
To import this repository, you need [Ritchie CLI installed](https://docs.ritchiecli.io/getting-started/installation) 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:
```bash
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](https://github.com/GuillaumeFalourd/ritchie-templates/tree/main/templates/create_formula)
## Contributing
[Guidelines](https://github.com/GuillaumeFalourd/ritchie-templates/blob/main/CONTRIBUTING.md)