Files
triggerdotdev--trigger.dev/packages/cli
github-actions[bot] daae6df428 chore: Update version for release (#794)
* chore: Update version for release

* Update lockfile

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: nicktrn <55853254+nicktrn@users.noreply.github.com>
2023-12-13 10:23:36 +00:00
..

@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