@spfn/core 0.1.0-alpha.3 → 0.1.0-alpha.4

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 (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,8 +10,14 @@
10
10
 
11
11
  ## Installation
12
12
 
13
- **Recommended: Use CLI with npx**
13
+ **Recommended: Create New Project**
14
14
  ```bash
15
+ npx spfn@alpha create my-app
16
+ ```
17
+
18
+ **Add to Existing Next.js Project**
19
+ ```bash
20
+ cd your-nextjs-project
15
21
  npx spfn@alpha init
16
22
  ```
17
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spfn/core",
3
- "version": "0.1.0-alpha.3",
3
+ "version": "0.1.0-alpha.4",
4
4
  "description": "SPFN Framework Core - File-based routing, transactions, repository pattern",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",