Skip to content
/ template-task Public template

This is a template repository for a task

Notifications You must be signed in to change notification settings

ExtraHorizon/template-task

Repository files navigation

Getting started with your new task

Setting up environment

You need to configure some environment variables so that the SDK can properly authenticate against the Extra Horizon cloud. Edit .env.example, fill in all the environment variables there and save the file to .env.

Local testing

Typically a task runs in the context of the backend. However, you can test the task locally by invoking it through invoke.js (or use yarn start). This allows you to do some local testing.

Scripts

building

To build the project

npm run build or yarn build

running

npm run start or yarn start

testing

npm run test or yarn test

About

This is a template repository for a task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •