Files
triggerdotdev--trigger.dev/packages/cli
Wesley 6ccb4fbc63 test/368/use vitest instead of jest (#470)
* chore: add vitest dependencies

* refactor: replace jest by vitest

* test: disable broken test

* Update pnpm-lock.yaml

* Update pnpm-lock.yaml

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2023-09-15 12:51:25 +01:00
..
2023-09-14 13:37:02 +01:00

@trigger.dev/cli - Initialize your Next.js project to start using Trigger.dev

Trigger.dev is an open source platform that makes it easy to create event-driven background tasks directly your Next.js project.

💻 Usage

To initialize your Next.js 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