9df93d0798
* Add tsup config package * Add integration tsconfig to extend from * Return correct version via cli -v * Make create-integration use templates * Add changeset * Switch to liquidjs templates --------- Co-authored-by: Matt Aitken <matt@mattaitken.com>
✨ @trigger.dev/cli - Initialize your project to start using Trigger.dev
Trigger.dev is an open source platform that makes it easy to create event-driven background tasks directly in your existing project.
💻 Usage
To initialize your project using @trigger.dev/cli, run any of the following three commands and answer the prompts:
npm
npx @trigger.dev/cli@latest init
yarn
yarn dlx @trigger.dev/cli@latest init
pnpm
pnpm dlx @trigger.dev/cli@latest init