Skip to content

Commit fe15245

Browse files
committed
chore: wip
1 parent aa2ac2a commit fe15245

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ _Develop dynamic UIs with helpers for atomic design, and much more._
4444

4545
_Develop serverless (or server) functions with countless helpers to build scalable & fast APIs._
4646

47-
- 🪄 **AI** _deep AI integration_
47+
- 🪄 **AI** _deep AI integrations_
4848
- 🤖 **APIs** _scalability & maintainability built-in_
4949
- 🏎️ **Cache** _Redis, DynamoDB, Upstash, SingleStore, and more—serverless_
5050
- ⚙️ **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
6868

6969
_Create your personal or professional Vercel-like cloud, based on MIT-licensed OSS._
7070

71-
- ☁️ **Server** _local development server & production-ready servers_
71+
- ☁️ **Server** _local development server & production-ready servers out-of-the-box_
7272
- ⛅️ **Serverless** _on-demand, auto-scaling, zero maintenance_
7373
- 🚏 **CDN** _zero-config low-latency CDN, including request life-cycle hooks & optimized request compressions (Brotli & gzip)_
7474
- 🔀 **Domain** _version-controlled & zero-config domain management (e.g. DNS management)_
@@ -131,6 +131,7 @@ buddy commit # follow CLI prompts for committing changes
131131
buddy release # creates the releases for the stack & consequently, publishes them to npm
132132
buddy upgrade # auto-update all deps & the Stacks framework
133133

134+
buddy make:model Car # scaffolds a model
134135
buddy make:component HelloWorld # scaffolds a component
135136
buddy make:function HelloWorld # scaffolds a function
136137
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
152153
buddy fresh # fresh reinstall of all deps
153154
buddy clean # removes all deps
154155

155-
buddy upgrade # auto-upgrades deps, framework, and Bun
156+
buddy upgrade # prompts you to select which updates to apply
156157
buddy upgrade:dependencies # auto-upgrades deps & the Stacks framework
157158
buddy upgrade:framework # auto-upgrades deps & the Stacks framework
158159
buddy upgrade:search-engine # auto-upgrades configured search engine
159160
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
161162

162163
# if you need any more info on any command listed here, you may suffix
163164
# any of them via the "help option", i.e. `buddy ... --help`
@@ -212,7 +213,7 @@ buddy make:database cars # creates a cars database
212213
buddy make:migration create_cars_table # creates a cars migration file
213214
buddy make:factory cars # creates a Car factory file
214215
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
216217
buddy make:notification welcome-email # bootstraps a welcome-email notification
217218
buddy make:lang de # bootstraps a lang/de.yml language file
218219
buddy make:stack my-project # shares logic with `bunx stacks new my-project`

0 commit comments

Comments
 (0)