@majordigital/create-acorn 1.2.0 → 1.2.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.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,6 +10,8 @@ It eliminates the repetitive setup that comes with every new project — framewo
|
|
|
10
10
|
npx @majordigital/create-acorn@latest
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
+
> **Note:** Always use `npx` to run the CLI. Do not use `npm install` — this is a scaffolding tool, not a library dependency.
|
|
14
|
+
|
|
13
15
|
The CLI prompts you for a project name, creates the directory, then walks you through selecting a headless CMS — scaffolding a complete, opinionated project in seconds.
|
|
14
16
|
|
|
15
17
|
```
|
package/package.json
CHANGED