@kimesh/cli 0.1.0-nightly.20260120063147 → 0.1.1-nightly.20260120033751
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/bin/km.mjs +0 -0
- package/dist/index.d.ts +1 -361
- package/dist/index.js +1 -80
- package/dist/main.d.ts +1 -1
- package/dist/main.js +1 -1
- package/dist/run.d.ts +1 -1
- package/dist/run.js +5 -2
- package/package.json +11 -32
- package/dist/_shared-CEwpPT2B.js +0 -84
- package/dist/build-Ce4Dm8mI.js +0 -34
- package/dist/commands/init.d.ts +0 -24
- package/dist/commands/init.js +0 -198
- package/dist/dev-o5sR0-kW.js +0 -75
- package/dist/generate-Dx64ract.js +0 -21
- package/dist/kit-BcEYldTS.js +0 -39
- package/dist/layer-D829AuwM.js +0 -258
- package/dist/main-CCPXvZyj.d.ts +0 -10
- package/dist/main-DncTPs_e.js +0 -47
- package/dist/prepare-DScUWnaY.js +0 -45
- package/dist/run-DCL2u7IK.js +0 -15
- package/dist/run-DiuH8yNF.d.ts +0 -8
package/dist/run-DCL2u7IK.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { main } from "./main-DncTPs_e.js";
|
|
2
|
-
import { runMain } from "citty";
|
|
3
|
-
|
|
4
|
-
//#region src/run.ts
|
|
5
|
-
/**
|
|
6
|
-
* Run the CLI
|
|
7
|
-
* This is the entry point when the CLI is invoked directly
|
|
8
|
-
*/
|
|
9
|
-
function run() {
|
|
10
|
-
runMain(main);
|
|
11
|
-
}
|
|
12
|
-
run();
|
|
13
|
-
|
|
14
|
-
//#endregion
|
|
15
|
-
export { run };
|