@getstrata/cli 0.1.0

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 ADDED
@@ -0,0 +1,11 @@
1
+ # @getstrata/cli
2
+
3
+ Strata framework CLI for migrations, queue workers, and code generation.
4
+
5
+ ```bash
6
+ bunx @getstrata/cli migrate
7
+ bunx @getstrata/cli queue:work
8
+ bunx @getstrata/cli make:migration create_users_table
9
+ ```
10
+
11
+ Run from your application root (where `src/db/migrations` and environment variables are configured).