.asserted directory
The directory within your repo that holds all routine-related code and config
Last updated
Was this helpful?
The directory within your repo that holds all routine-related code and config
Last updated
Was this helpful?
To create a new routine and it's .asserted directory within a repo, go to the repo and run asrtd init
using the CLI.
This will walk you through a few configuration options, and then create the directory, create the routine, and install the dependencies.
A newly initialized .asserted
directory will contain the following:
The examples can be removed or altered in any way, but the rest are required.
The routine.json
file should be updated if you want to change anything about the routine configuration. That's covered .
Any additional files you wish to create can be added to this directory and they will be included with the routine when it's pushed.