Simple tool to help you build and deploy your code
Install with:
> pnpm i -g @forgehive/forge-cli
Init a project with:
> forge init
Then create yout task folder with `mkdir -p /src/tasks` and your logs folder with `mkdir /logs`
Add task and schema to your project
> pnpm i @forgehive/task @forgehive/schema
Create your first task with
> forge task:create sample
Run your first task with
> forge task:run sample