@editframe/create 0.43.0 → 0.44.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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @editframe/create
2
+
3
+ Scaffold a new Editframe project.
4
+
5
+ ## Usage
6
+
7
+ ```sh
8
+ npx create-editframe
9
+ ```
10
+
11
+ See the [documentation](https://editframe.com/docs) for usage.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@editframe/create",
3
- "version": "0.43.0",
3
+ "version": "0.44.0",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "create-editframe": "dist/index.js"
@@ -18,7 +18,7 @@
18
18
  "build:watch": "tsdown --watch"
19
19
  },
20
20
  "author": "",
21
- "license": "UNLICENSED",
21
+ "license": "SEE LICENSE IN LICENSE-FULL.md",
22
22
  "dependencies": {
23
23
  "chalk": "^5.3.0",
24
24
  "prompts": "^2.4.2",