create-krispya 0.9.0 → 0.11.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.
- package/README.md +28 -6
- package/dist/cli.cjs +1319 -1490
- package/dist/cli.d.cts +36 -0
- package/dist/cli.d.mts +36 -0
- package/dist/cli.d.ts +36 -0
- package/dist/cli.mjs +1353 -1524
- package/dist/index.cjs +52 -16
- package/dist/index.d.cts +81 -180
- package/dist/index.d.mts +81 -180
- package/dist/index.d.ts +81 -180
- package/dist/index.mjs +34 -1
- package/dist/{chunks/index.cjs → shared/create-krispya.8KaGuRpu.cjs} +1361 -793
- package/dist/{chunks/index.mjs → shared/create-krispya.DblF9gKc.mjs} +1338 -780
- package/dist/shared/create-krispya.to8NBxeJ.d.cts +237 -0
- package/dist/shared/create-krispya.to8NBxeJ.d.mts +237 -0
- package/dist/shared/create-krispya.to8NBxeJ.d.ts +237 -0
- package/package.json +6 -3
package/dist/cli.d.cts
CHANGED
|
@@ -1 +1,37 @@
|
|
|
1
1
|
|
|
2
|
+
import { P as ProjectType, e as LibraryBundler, Q as Template, p as PackageManagerName, I as Ide } from './shared/create-krispya.to8NBxeJ.cjs';
|
|
3
|
+
|
|
4
|
+
interface CliOptions {
|
|
5
|
+
type?: ProjectType;
|
|
6
|
+
bundler?: LibraryBundler;
|
|
7
|
+
template?: Template;
|
|
8
|
+
linter?: 'eslint' | 'oxlint' | 'biome';
|
|
9
|
+
formatter?: 'prettier' | 'oxfmt' | 'biome';
|
|
10
|
+
drei?: boolean;
|
|
11
|
+
handle?: boolean;
|
|
12
|
+
leva?: boolean;
|
|
13
|
+
postprocessing?: boolean;
|
|
14
|
+
rapier?: boolean;
|
|
15
|
+
xr?: boolean;
|
|
16
|
+
uikit?: boolean;
|
|
17
|
+
offscreen?: boolean;
|
|
18
|
+
zustand?: boolean;
|
|
19
|
+
koota?: boolean;
|
|
20
|
+
pnpmManageVersions?: boolean;
|
|
21
|
+
triplex?: boolean;
|
|
22
|
+
viverse?: boolean;
|
|
23
|
+
packageManager?: PackageManagerName;
|
|
24
|
+
ide?: Ide;
|
|
25
|
+
nodeVersion?: string;
|
|
26
|
+
clearConfig?: boolean;
|
|
27
|
+
dir?: string;
|
|
28
|
+
configPath?: boolean;
|
|
29
|
+
check?: boolean;
|
|
30
|
+
fix?: boolean;
|
|
31
|
+
update?: boolean;
|
|
32
|
+
yes?: boolean;
|
|
33
|
+
workspace?: boolean;
|
|
34
|
+
path?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export type { CliOptions };
|
package/dist/cli.d.mts
CHANGED
|
@@ -1 +1,37 @@
|
|
|
1
1
|
|
|
2
|
+
import { P as ProjectType, e as LibraryBundler, Q as Template, p as PackageManagerName, I as Ide } from './shared/create-krispya.to8NBxeJ.mjs';
|
|
3
|
+
|
|
4
|
+
interface CliOptions {
|
|
5
|
+
type?: ProjectType;
|
|
6
|
+
bundler?: LibraryBundler;
|
|
7
|
+
template?: Template;
|
|
8
|
+
linter?: 'eslint' | 'oxlint' | 'biome';
|
|
9
|
+
formatter?: 'prettier' | 'oxfmt' | 'biome';
|
|
10
|
+
drei?: boolean;
|
|
11
|
+
handle?: boolean;
|
|
12
|
+
leva?: boolean;
|
|
13
|
+
postprocessing?: boolean;
|
|
14
|
+
rapier?: boolean;
|
|
15
|
+
xr?: boolean;
|
|
16
|
+
uikit?: boolean;
|
|
17
|
+
offscreen?: boolean;
|
|
18
|
+
zustand?: boolean;
|
|
19
|
+
koota?: boolean;
|
|
20
|
+
pnpmManageVersions?: boolean;
|
|
21
|
+
triplex?: boolean;
|
|
22
|
+
viverse?: boolean;
|
|
23
|
+
packageManager?: PackageManagerName;
|
|
24
|
+
ide?: Ide;
|
|
25
|
+
nodeVersion?: string;
|
|
26
|
+
clearConfig?: boolean;
|
|
27
|
+
dir?: string;
|
|
28
|
+
configPath?: boolean;
|
|
29
|
+
check?: boolean;
|
|
30
|
+
fix?: boolean;
|
|
31
|
+
update?: boolean;
|
|
32
|
+
yes?: boolean;
|
|
33
|
+
workspace?: boolean;
|
|
34
|
+
path?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export type { CliOptions };
|
package/dist/cli.d.ts
CHANGED
|
@@ -1 +1,37 @@
|
|
|
1
1
|
|
|
2
|
+
import { P as ProjectType, e as LibraryBundler, Q as Template, p as PackageManagerName, I as Ide } from './shared/create-krispya.to8NBxeJ.js';
|
|
3
|
+
|
|
4
|
+
interface CliOptions {
|
|
5
|
+
type?: ProjectType;
|
|
6
|
+
bundler?: LibraryBundler;
|
|
7
|
+
template?: Template;
|
|
8
|
+
linter?: 'eslint' | 'oxlint' | 'biome';
|
|
9
|
+
formatter?: 'prettier' | 'oxfmt' | 'biome';
|
|
10
|
+
drei?: boolean;
|
|
11
|
+
handle?: boolean;
|
|
12
|
+
leva?: boolean;
|
|
13
|
+
postprocessing?: boolean;
|
|
14
|
+
rapier?: boolean;
|
|
15
|
+
xr?: boolean;
|
|
16
|
+
uikit?: boolean;
|
|
17
|
+
offscreen?: boolean;
|
|
18
|
+
zustand?: boolean;
|
|
19
|
+
koota?: boolean;
|
|
20
|
+
pnpmManageVersions?: boolean;
|
|
21
|
+
triplex?: boolean;
|
|
22
|
+
viverse?: boolean;
|
|
23
|
+
packageManager?: PackageManagerName;
|
|
24
|
+
ide?: Ide;
|
|
25
|
+
nodeVersion?: string;
|
|
26
|
+
clearConfig?: boolean;
|
|
27
|
+
dir?: string;
|
|
28
|
+
configPath?: boolean;
|
|
29
|
+
check?: boolean;
|
|
30
|
+
fix?: boolean;
|
|
31
|
+
update?: boolean;
|
|
32
|
+
yes?: boolean;
|
|
33
|
+
workspace?: boolean;
|
|
34
|
+
path?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export type { CliOptions };
|