@@ -44,7 +44,7 @@ _Develop dynamic UIs with helpers for atomic design, and much more._
44
44
45
45
_ Develop serverless (or server) functions with countless helpers to build scalable & fast APIs._
46
46
47
- - 🪄 ** AI** _ deep AI integration _
47
+ - 🪄 ** AI** _ deep AI integrations _
48
48
- 🤖 ** APIs** _ scalability & maintainability built-in_
49
49
- 🏎️ ** Cache** _ Redis, DynamoDB, Upstash, SingleStore, and more—serverless_
50
50
- ⚙️ ** CLIs** _ create beautiful CLIs for Linux, Windows, and Mac—without requirements_
@@ -68,7 +68,7 @@ _Develop serverless (or server) functions with countless helpers to build scalab
68
68
69
69
_ Create your personal or professional Vercel-like cloud, based on MIT-licensed OSS._
70
70
71
- - ☁️ ** Server** _ local development server & production-ready servers _
71
+ - ☁️ ** Server** _ local development server & production-ready servers out-of-the-box _
72
72
- ⛅️ ** Serverless** _ on-demand, auto-scaling, zero maintenance_
73
73
- 🚏 ** CDN** _ zero-config low-latency CDN, including request life-cycle hooks & optimized request compressions (Brotli & gzip)_
74
74
- 🔀 ** Domain** _ version-controlled & zero-config domain management (e.g. DNS management)_
@@ -131,6 +131,7 @@ buddy commit # follow CLI prompts for committing changes
131
131
buddy release # creates the releases for the stack & consequently, publishes them to npm
132
132
buddy upgrade # auto-update all deps & the Stacks framework
133
133
134
+ buddy make:model Car # scaffolds a model
134
135
buddy make:component HelloWorld # scaffolds a component
135
136
buddy make:function HelloWorld # scaffolds a function
136
137
buddy make:page hello-world # scaffolds a page (https://my-project.test/hello-world)
@@ -152,12 +153,12 @@ buddy add # adds a stack or dependency
152
153
buddy fresh # fresh reinstall of all deps
153
154
buddy clean # removes all deps
154
155
155
- buddy upgrade # auto-upgrades deps, framework, and Bun
156
+ buddy upgrade # prompts you to select which updates to apply
156
157
buddy upgrade:dependencies # auto-upgrades deps & the Stacks framework
157
158
buddy upgrade:framework # auto-upgrades deps & the Stacks framework
158
159
buddy upgrade:search-engine # auto-upgrades configured search engine
159
160
buddy upgrade:bun # upgrades to latest project-defined Bun version
160
- buddy upgrade:all # auto-upgrades deps, framework, and Bun
161
+ buddy upgrade:all # auto-upgrades all of the above
161
162
162
163
# if you need any more info on any command listed here, you may suffix
163
164
# any of them via the "help option", i.e. `buddy ... --help`
@@ -212,7 +213,7 @@ buddy make:database cars # creates a cars database
212
213
buddy make:migration create_cars_table # creates a cars migration file
213
214
buddy make:factory cars # creates a Car factory file
214
215
buddy make:seed cars # creates a Car seed file
215
- buddy make:table cars # boostraps a cars data table
216
+ buddy make:table cars # bootstraps a cars data table
216
217
buddy make:notification welcome-email # bootstraps a welcome-email notification
217
218
buddy make:lang de # bootstraps a lang/de.yml language file
218
219
buddy make:stack my-project # shares logic with `bunx stacks new my-project`
0 commit comments