create-crust 0.0.2 → 0.0.3
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 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @crustjs/create-crust
|
|
2
2
|
|
|
3
|
-
Scaffold a new [Crust](https://
|
|
3
|
+
Scaffold a new [Crust](https://crustjs.com) CLI project in seconds.
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
@@ -16,7 +16,7 @@ This will prompt for project details and generate a ready-to-go project with:
|
|
|
16
16
|
|
|
17
17
|
## Documentation
|
|
18
18
|
|
|
19
|
-
See the full docs at [
|
|
19
|
+
See the full docs at [crustjs.com](https://crustjs.com).
|
|
20
20
|
|
|
21
21
|
## License
|
|
22
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-crust",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Scaffold a new Crust CLI project.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "git+https://github.com/chenxin-yan/crust.git",
|
|
11
11
|
"directory": "packages/create-crust"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://
|
|
13
|
+
"homepage": "https://crustjs.com",
|
|
14
14
|
"bugs": {
|
|
15
15
|
"url": "https://github.com/chenxin-yan/crust/issues"
|
|
16
16
|
},
|