Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 621 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 621 Bytes

Custom Homestar TS Functions

This repo is place to store custom TypeScript functions to be used in Homestar workflows.

Creating new functions

  1. Create a new <function_name>.ts file in src/functions
  2. Specify the argument and return types

Adding a custom function to the EveryCLI

  1. Install the EveryCLI by running npm i -g @everywhere-computer/every-cli
  2. Run the CLI and point it to your custom function using every dev <PATH_TO_YOUR_TS_FUNCTION_FILE>.