Build formulas

In this section, you will find how to build formulas on Ritchie.

How to build?

After creating a formula, if you want to edit the code of the formula, it’s necessary to build these changes to test the command with the new implementation.

To do so, run the command:

rit build formula

You must inform:

  • The directory’s path where the formula is located.
  • The formula’s path to be builded (the formula’s command).

If you want to update the formula’s code in running time, you can use the flag “–watch” like in the command below:

rit build formula --watch

Last modified October 29, 2021: Doc review (#161) (ef9c57d8)