This repository contains the community formulas that can be executed through Ritchie CLI once imported. This tool is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows āļø š„ š”
Ritchie CLI is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows.
Those automations are based on those templates, and we want to update the old ones to match the new template we already implemented in go. To do so it will be necessary to update 3 files from this template, the config.json, the main class and the formula class. All those files are located here: https://github.com/ZupIT/ritchie-formulas/tree/master/templates/create_formula/languages
Context
Ritchie CLI is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows.
Those automations are based on those templates, and we want to update the old ones to match the new template we already implemented in go. To do so it will be necessary to update 3 files from this template, the config.json, the main class and the formula class. All those files are located here: https://github.com/ZupIT/ritchie-formulas/tree/master/templates/create_formula/languages
What do you want ?
Why is this needed ?
It would help the Shell programmer to have a template with an example of each kind of inputs available with Ritchie.
It would also help with Ritchie first contact as the demo formula (rit demo hello-world) will be the first formula executed by many users (following the documentation: https://docs.ritchiecli.io/how-to/how-to-run-formulas/commands)