This repo is place to store custom TypeScript functions to be used in Homestar workflows.
- Create a new
<function_name>.ts
file insrc/functions
- Specify the argument and return types
Adding a custom function to the EveryCLI
- Install the EveryCLI by running
npm i -g @everywhere-computer/every-cli
- Run the CLI and point it to your custom function using
every dev <PATH_TO_YOUR_TS_FUNCTION_FILE>
.