0.6.0 • Published 2 days ago

create-o7-app v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 days ago

Why both Prisma and Kysely? create-o7-app's template includes Kysely for Edge support and fast cold starts, with all the convenience of using Prisma to define your database model.

First, run the CLI to scaffold your app:

pnpm

pnpm create o7-app@latest

npm

npm create o7-app@latest

yarn

yarn create o7-app

Then, open your new app in your favorite IDE and get started! A good place to look first is src/routes/+page.svelte for your frontend or src/lib/server/routes/_app.ts for tRPC.

Changelog

0.4.0

  • Upgrade to SvelteKit 2 (and various other package updates)
  • Support for the Svelte 5 preview
  • Experimental support for D1 (including Prisma migrations!)
  • Remove support for Vanilla CSS (tailwind only!)
0.6.0

2 days ago

0.5.3

1 month ago

0.5.2

1 month ago

0.5.1

1 month ago

0.5.0

1 month ago

0.4.1

2 months ago

0.4.0

2 months ago

0.2.6

10 months ago

0.2.4

11 months ago

0.2.3

11 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.2.2

12 months ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago