@c9up/ream-cli-darwin-arm64 0.2.3 → 0.3.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.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
  3. package/ream +0 -0
package/README.md CHANGED
@@ -32,6 +32,7 @@ ream make:provider Stripe
32
32
  ream make:migration create_orders_table
33
33
  ream make:seeder OrdersSeeder
34
34
  ream make:module order Order # entity + controller + validator + migration
35
+ ream stubs:publish controller # copy a make: template into stubs/make/ to edit it
35
36
 
36
37
  # Database
37
38
  ream migrate # run pending migrations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c9up/ream-cli-darwin-arm64",
3
- "version": "0.2.3",
3
+ "version": "0.3.1",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": { "ream": "./ream" }
package/ream CHANGED
Binary file