UNPKG

create-workery

Version:

CLI command for creating application projects for [Workery](https://github.com/iann838/workery).

18 lines (11 loc) 585 B
# create-workery CLI command for creating application projects for [Workery](https://github.com/iann838/workery). ## Usage ```sh npm create workery ``` ## Templates 1. **hello-world**: Get started with a basic Worker with Workery. 2. **d1-drizzle**: Get started with a Worker using D1 SQL with the Workery framework and Drizzle ORM. 2. **do-sql-drizzle**: Get started with a Worker using Durable Objects SQL API integrated with the Workery framework and Drizzle ORM. The source code of these templates are located at the [Workery repository](https://github.com/iann838/workery).