vela 0.10.14 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/bin.js +1297 -1023
- package/dist/bin.js.map +4 -4
- package/package.json +1 -1
- package/templates/server/apply.sh +51 -11
- package/templates/server/destroy.sh +2 -2
- package/templates/server/lib.sh +38 -0
- package/templates/server/origin.sh +62 -0
- package/templates/server/provision.sh +43 -5
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ That's a running app with a database behind it. No separate PocketBase install,
|
|
|
15
15
|
## What you get
|
|
16
16
|
|
|
17
17
|
- **A backend on day one.** PocketBase, migrated and running locally, with types synced from your schema as it changes.
|
|
18
|
-
- **Auth, payments, teams, email, i18n** — one command each, generated into your project as code you own.
|
|
18
|
+
- **Auth, payments, teams, notifications, email, i18n** — one command each, generated into your project as code you own.
|
|
19
19
|
- **CRUD you didn't write.** `vela generate scaffold post title:text body:editor` gives you the model, schema, forms, and pages.
|
|
20
20
|
- **Describe it instead.** Pass `--ai "a blog post with tags and a cover image"` and review the collection it designs before anything is written.
|
|
21
21
|
- **shadcn-svelte components** on tap, and fixtures and seeds for realistic data while you work.
|