1.0.2 • Published 4 months ago

create-workery v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

create-workery

CLI command for creating application projects for Workery.

Usage

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.
  3. 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.