@crustjs/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/dist/cli.js +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @crustjs/crust
|
|
2
2
|
|
|
3
|
-
The all-in-one package for the [Crust](https://
|
|
3
|
+
The all-in-one package for the [Crust](https://crustjs.com) CLI framework.
|
|
4
4
|
|
|
5
5
|
Re-exports everything from `@crustjs/core` and `@crustjs/plugins`, plus provides CLI tooling for building Crust-powered CLIs.
|
|
6
6
|
|
|
@@ -124,7 +124,7 @@ The resolver uses `#!/usr/bin/env node` for maximum compatibility when installed
|
|
|
124
124
|
|
|
125
125
|
## Documentation
|
|
126
126
|
|
|
127
|
-
See the full docs at [
|
|
127
|
+
See the full docs at [crustjs.com](https://crustjs.com).
|
|
128
128
|
|
|
129
129
|
## License
|
|
130
130
|
|
package/dist/cli.js
CHANGED
|
@@ -11,8 +11,8 @@ import {
|
|
|
11
11
|
// package.json
|
|
12
12
|
var package_default = {
|
|
13
13
|
name: "@crustjs/crust",
|
|
14
|
-
version: "0.0.
|
|
15
|
-
description: "A
|
|
14
|
+
version: "0.0.3",
|
|
15
|
+
description: "A TypeScript-first, Bun-native CLI framework with composable modules.",
|
|
16
16
|
type: "module",
|
|
17
17
|
license: "MIT",
|
|
18
18
|
author: "chenxin-yan",
|
|
@@ -21,7 +21,7 @@ var package_default = {
|
|
|
21
21
|
url: "git+https://github.com/chenxin-yan/crust.git",
|
|
22
22
|
directory: "packages/crust"
|
|
23
23
|
},
|
|
24
|
-
homepage: "https://
|
|
24
|
+
homepage: "https://crustjs.com",
|
|
25
25
|
bugs: {
|
|
26
26
|
url: "https://github.com/chenxin-yan/crust/issues"
|
|
27
27
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crustjs/crust",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "A
|
|
3
|
+
"version": "0.0.3",
|
|
4
|
+
"description": "A TypeScript-first, Bun-native CLI framework with composable modules.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "chenxin-yan",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "git+https://github.com/chenxin-yan/crust.git",
|
|
11
11
|
"directory": "packages/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
|
},
|