@crustjs/core 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/core
|
|
2
2
|
|
|
3
|
-
The core library for the [Crust](https://
|
|
3
|
+
The core library for the [Crust](https://crustjs.com) CLI framework.
|
|
4
4
|
|
|
5
5
|
Provides command definition, argument/flag parsing, subcommand routing, lifecycle hooks, and a plugin system — with **zero runtime dependencies**.
|
|
6
6
|
|
|
@@ -32,7 +32,7 @@ runMain(main);
|
|
|
32
32
|
|
|
33
33
|
## Documentation
|
|
34
34
|
|
|
35
|
-
See the full docs at [
|
|
35
|
+
See the full docs at [crustjs.com](https://crustjs.com).
|
|
36
36
|
|
|
37
37
|
## License
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crustjs/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Core library for the Crust CLI framework",
|
|
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/core"
|
|
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
|
},
|