@shell-shock/nx 0.0.4 → 0.0.6
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/CHANGELOG.md +33 -0
- package/README.md +221 -0
- package/dist/_virtual/rolldown_runtime.cjs +1 -0
- package/dist/base/base-executor.cjs +3 -0
- package/dist/base/base-executor.d.cts +16 -0
- package/dist/base/base-executor.d.mts +17 -0
- package/dist/base/base-executor.mjs +3 -0
- package/dist/base/base-executor.schema.d.cts +75 -0
- package/dist/base/base-executor.schema.d.mts +75 -0
- package/dist/executors/build/executor.cjs +1 -1
- package/dist/executors/build/executor.d.cts +11 -0
- package/dist/executors/build/executor.d.mts +11 -0
- package/dist/executors/build/executor.mjs +1 -0
- package/dist/executors/build/schema.d.cts +85 -0
- package/dist/executors/build/schema.d.mts +85 -0
- package/dist/executors/build/schema.d.ts +84 -0
- package/dist/executors/build/schema.json +94 -0
- package/dist/executors/clean/executor.cjs +1 -1
- package/dist/executors/clean/executor.d.cts +11 -0
- package/dist/executors/clean/executor.d.mts +11 -0
- package/dist/executors/clean/executor.mjs +1 -0
- package/dist/executors/clean/schema.d.cts +75 -0
- package/dist/executors/clean/schema.d.mts +75 -0
- package/dist/executors/clean/schema.d.ts +74 -0
- package/dist/executors/clean/schema.json +75 -0
- package/dist/executors/docs/executor.cjs +1 -1
- package/dist/executors/docs/executor.d.cts +11 -0
- package/dist/executors/docs/executor.d.mts +11 -0
- package/dist/executors/docs/executor.mjs +1 -0
- package/dist/executors/docs/schema.d.cts +75 -0
- package/dist/executors/docs/schema.d.mts +75 -0
- package/dist/executors/docs/schema.d.ts +74 -0
- package/dist/executors/docs/schema.json +75 -0
- package/dist/executors/lint/executor.cjs +1 -1
- package/dist/executors/lint/executor.d.cts +11 -0
- package/dist/executors/lint/executor.d.mts +11 -0
- package/dist/executors/lint/executor.mjs +1 -0
- package/dist/executors/lint/schema.d.cts +75 -0
- package/dist/executors/lint/schema.d.mts +75 -0
- package/dist/executors/lint/schema.d.ts +74 -0
- package/dist/executors/lint/schema.json +75 -0
- package/dist/executors/prepare/executor.cjs +1 -1
- package/dist/executors/prepare/executor.d.cts +11 -0
- package/dist/executors/prepare/executor.d.mts +11 -0
- package/dist/executors/prepare/executor.mjs +1 -0
- package/dist/executors/prepare/schema.d.cts +75 -0
- package/dist/executors/prepare/schema.d.mts +75 -0
- package/dist/executors/prepare/schema.d.ts +74 -0
- package/dist/executors/prepare/schema.json +75 -0
- package/dist/executors.cjs +1 -1
- package/dist/executors.d.cts +11 -0
- package/dist/executors.d.mts +11 -0
- package/dist/executors.mjs +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +12 -0
- package/dist/index.d.mts +13 -0
- package/dist/index.mjs +1 -0
- package/dist/plugin/index.cjs +1 -1
- package/dist/plugin/index.d.cts +7 -0
- package/dist/plugin/index.d.mts +7 -0
- package/dist/plugin/index.mjs +1 -0
- package/dist/src/_virtual/rolldown_runtime.cjs +1 -0
- package/dist/src/base/base-executor.cjs +3 -0
- package/dist/src/base/base-executor.d.cts +16 -0
- package/dist/src/base/base-executor.d.mts +17 -0
- package/dist/src/base/base-executor.mjs +3 -0
- package/dist/src/base/base-executor.schema.d.cts +75 -0
- package/dist/src/base/base-executor.schema.d.mts +75 -0
- package/dist/src/executors/build/executor.cjs +1 -1
- package/dist/src/executors/build/executor.d.cts +11 -0
- package/dist/src/executors/build/executor.d.mts +11 -0
- package/dist/src/executors/build/executor.mjs +1 -0
- package/dist/src/executors/build/schema.d.cts +85 -0
- package/dist/src/executors/build/schema.d.mts +85 -0
- package/dist/src/executors/clean/executor.cjs +1 -1
- package/dist/src/executors/clean/executor.d.cts +11 -0
- package/dist/src/executors/clean/executor.d.mts +11 -0
- package/dist/src/executors/clean/executor.mjs +1 -0
- package/dist/src/executors/clean/schema.d.cts +75 -0
- package/dist/src/executors/clean/schema.d.mts +75 -0
- package/dist/src/executors/docs/executor.cjs +1 -1
- package/dist/src/executors/docs/executor.d.cts +11 -0
- package/dist/src/executors/docs/executor.d.mts +11 -0
- package/dist/src/executors/docs/executor.mjs +1 -0
- package/dist/src/executors/docs/schema.d.cts +75 -0
- package/dist/src/executors/docs/schema.d.mts +75 -0
- package/dist/src/executors/lint/executor.cjs +1 -1
- package/dist/src/executors/lint/executor.d.cts +11 -0
- package/dist/src/executors/lint/executor.d.mts +11 -0
- package/dist/src/executors/lint/executor.mjs +1 -0
- package/dist/src/executors/lint/schema.d.cts +75 -0
- package/dist/src/executors/lint/schema.d.mts +75 -0
- package/dist/src/executors/prepare/executor.cjs +1 -1
- package/dist/src/executors/prepare/executor.d.cts +11 -0
- package/dist/src/executors/prepare/executor.d.mts +11 -0
- package/dist/src/executors/prepare/executor.mjs +1 -0
- package/dist/src/executors/prepare/schema.d.cts +75 -0
- package/dist/src/executors/prepare/schema.d.mts +75 -0
- package/dist/src/executors.cjs +1 -1
- package/dist/src/executors.d.cts +11 -0
- package/dist/src/executors.d.mts +11 -0
- package/dist/src/executors.mjs +1 -0
- package/dist/src/index.cjs +1 -1
- package/dist/src/index.d.cts +12 -0
- package/dist/src/index.d.mts +13 -0
- package/dist/src/index.mjs +1 -0
- package/dist/src/plugin/index.cjs +1 -1
- package/dist/src/plugin/index.d.cts +7 -0
- package/dist/src/plugin/index.d.mts +7 -0
- package/dist/src/plugin/index.mjs +1 -0
- package/package.json +42 -43
- package/dist/chunk-2RWIKK2K.js +0 -1
- package/dist/chunk-4DF5MMDG.cjs +0 -1
- package/dist/chunk-5QOOID3A.js +0 -1
- package/dist/chunk-BQ6JGDCK.cjs +0 -1
- package/dist/chunk-C55D3UE2.js +0 -1
- package/dist/chunk-JL2WYYI2.cjs +0 -1
- package/dist/chunk-JLEWSDGU.js +0 -1
- package/dist/chunk-KDEQXNLK.cjs +0 -1
- package/dist/chunk-MJPKGB2J.js +0 -1
- package/dist/chunk-MOC37UWO.js +0 -3
- package/dist/chunk-NCXOX46C.cjs +0 -1
- package/dist/chunk-OGORC6MB.cjs +0 -1
- package/dist/chunk-PKDDOBUQ.cjs +0 -5
- package/dist/chunk-UR2OGNGK.cjs +0 -1
- package/dist/chunk-WNSAXKZ3.js +0 -0
- package/dist/chunk-YXZRI7BT.cjs +0 -3
- package/dist/chunk-ZD5Z5HMM.js +0 -1
- package/dist/chunk-ZJQUMHFI.js +0 -5
- package/dist/executors/build/executor.js +0 -1
- package/dist/executors/clean/executor.js +0 -1
- package/dist/executors/docs/executor.js +0 -1
- package/dist/executors/lint/executor.js +0 -1
- package/dist/executors/prepare/executor.js +0 -1
- package/dist/executors.js +0 -1
- package/dist/index.js +0 -1
- package/dist/plugin/index.js +0 -1
- package/dist/src/chunk-2RWIKK2K.js +0 -1
- package/dist/src/chunk-4DF5MMDG.cjs +0 -1
- package/dist/src/chunk-5QOOID3A.js +0 -1
- package/dist/src/chunk-BQ6JGDCK.cjs +0 -1
- package/dist/src/chunk-C55D3UE2.js +0 -1
- package/dist/src/chunk-JL2WYYI2.cjs +0 -1
- package/dist/src/chunk-JLEWSDGU.js +0 -1
- package/dist/src/chunk-KDEQXNLK.cjs +0 -1
- package/dist/src/chunk-MJPKGB2J.js +0 -1
- package/dist/src/chunk-MOC37UWO.js +0 -3
- package/dist/src/chunk-NCXOX46C.cjs +0 -1
- package/dist/src/chunk-OGORC6MB.cjs +0 -1
- package/dist/src/chunk-PKDDOBUQ.cjs +0 -5
- package/dist/src/chunk-UR2OGNGK.cjs +0 -1
- package/dist/src/chunk-WNSAXKZ3.js +0 -0
- package/dist/src/chunk-YXZRI7BT.cjs +0 -3
- package/dist/src/chunk-ZD5Z5HMM.js +0 -1
- package/dist/src/chunk-ZJQUMHFI.js +0 -5
- package/dist/src/executors/build/executor.js +0 -1
- package/dist/src/executors/clean/executor.js +0 -1
- package/dist/src/executors/docs/executor.js +0 -1
- package/dist/src/executors/lint/executor.js +0 -1
- package/dist/src/executors/prepare/executor.js +0 -1
- package/dist/src/executors.js +0 -1
- package/dist/src/index.js +0 -1
- package/dist/src/plugin/index.js +0 -1
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
//#region src/executors/build/schema.d.ts
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
interface BuildExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* TypeScript Configuration File
|
|
19
|
+
*
|
|
20
|
+
* The path to the tsconfig file
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
* @format path
|
|
24
|
+
*/
|
|
25
|
+
tsconfig?: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Shell Shock Configuration File
|
|
29
|
+
*
|
|
30
|
+
* The path to the Shell Shock configuration file
|
|
31
|
+
*
|
|
32
|
+
* @default "{projectRoot}/shell-shock.config.ts"
|
|
33
|
+
*
|
|
34
|
+
* @format path
|
|
35
|
+
*/
|
|
36
|
+
configFile?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Mode
|
|
40
|
+
*
|
|
41
|
+
* The build mode
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* @enum development,test,production
|
|
45
|
+
*/
|
|
46
|
+
mode?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Skip Installs
|
|
50
|
+
*
|
|
51
|
+
* Skip installing dependencies before building
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
skipInstalls?: boolean;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Skip Cache
|
|
58
|
+
*
|
|
59
|
+
* Skip the cache when building
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
skipCache?: boolean;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Log Level
|
|
66
|
+
*
|
|
67
|
+
* The log level to use for the build process
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
71
|
+
*/
|
|
72
|
+
logLevel?: string;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Entry Path(s)
|
|
76
|
+
*
|
|
77
|
+
* The entry path(s) for the package
|
|
78
|
+
*
|
|
79
|
+
*
|
|
80
|
+
* @oneOf [object Object],[object Object]
|
|
81
|
+
*/
|
|
82
|
+
entry?: any;
|
|
83
|
+
}
|
|
84
|
+
//#endregion
|
|
85
|
+
export { BuildExecutorSchema };
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
//#region src/executors/build/schema.d.ts
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
interface BuildExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* TypeScript Configuration File
|
|
19
|
+
*
|
|
20
|
+
* The path to the tsconfig file
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
* @format path
|
|
24
|
+
*/
|
|
25
|
+
tsconfig?: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Shell Shock Configuration File
|
|
29
|
+
*
|
|
30
|
+
* The path to the Shell Shock configuration file
|
|
31
|
+
*
|
|
32
|
+
* @default "{projectRoot}/shell-shock.config.ts"
|
|
33
|
+
*
|
|
34
|
+
* @format path
|
|
35
|
+
*/
|
|
36
|
+
configFile?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Mode
|
|
40
|
+
*
|
|
41
|
+
* The build mode
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* @enum development,test,production
|
|
45
|
+
*/
|
|
46
|
+
mode?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Skip Installs
|
|
50
|
+
*
|
|
51
|
+
* Skip installing dependencies before building
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
skipInstalls?: boolean;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Skip Cache
|
|
58
|
+
*
|
|
59
|
+
* Skip the cache when building
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
skipCache?: boolean;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Log Level
|
|
66
|
+
*
|
|
67
|
+
* The log level to use for the build process
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
71
|
+
*/
|
|
72
|
+
logLevel?: string;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Entry Path(s)
|
|
76
|
+
*
|
|
77
|
+
* The entry path(s) for the package
|
|
78
|
+
*
|
|
79
|
+
*
|
|
80
|
+
* @oneOf [object Object],[object Object]
|
|
81
|
+
*/
|
|
82
|
+
entry?: any;
|
|
83
|
+
}
|
|
84
|
+
//#endregion
|
|
85
|
+
export { BuildExecutorSchema };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,`__esModule`,{value:!0});const e=require(`../../base/base-executor.cjs`);async function t(e,t){return await t.clean(e.inlineConfig),{success:!0}}const n=e.withExecutor(`clean`,t);var r=n;exports.default=r,exports.executorFn=t;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ShellShockExecutorContext } from "../../base/base-executor.cjs";
|
|
2
|
+
import { CleanExecutorSchema } from "./schema.cjs";
|
|
3
|
+
import { PromiseExecutor } from "@nx/devkit";
|
|
4
|
+
import { ShellShockAPI } from "@shell-shock/core/api";
|
|
5
|
+
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
6
|
+
|
|
7
|
+
//#region src/executors/clean/executor.d.ts
|
|
8
|
+
declare function executorFn(context: ShellShockExecutorContext<"clean", CleanExecutorSchema>, api: ShellShockAPI): Promise<BaseExecutorResult>;
|
|
9
|
+
declare const executor: PromiseExecutor<CleanExecutorSchema>;
|
|
10
|
+
//#endregion
|
|
11
|
+
export { executor as default, executorFn };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ShellShockExecutorContext } from "../../base/base-executor.mjs";
|
|
2
|
+
import { CleanExecutorSchema } from "./schema.mjs";
|
|
3
|
+
import { PromiseExecutor } from "@nx/devkit";
|
|
4
|
+
import { ShellShockAPI } from "@shell-shock/core/api";
|
|
5
|
+
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
6
|
+
|
|
7
|
+
//#region src/executors/clean/executor.d.ts
|
|
8
|
+
declare function executorFn(context: ShellShockExecutorContext<"clean", CleanExecutorSchema>, api: ShellShockAPI): Promise<BaseExecutorResult>;
|
|
9
|
+
declare const executor: PromiseExecutor<CleanExecutorSchema>;
|
|
10
|
+
//#endregion
|
|
11
|
+
export { executor as default, executorFn };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{withExecutor as e}from"../../base/base-executor.mjs";async function t(e,t){return await t.clean(e.inlineConfig),{success:!0}}var n=e(`clean`,t);export{n as default,t as executorFn};
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
//#region src/executors/clean/schema.d.ts
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
interface CleanExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* TypeScript Configuration File
|
|
19
|
+
*
|
|
20
|
+
* The path to the tsconfig file
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
* @format path
|
|
24
|
+
*/
|
|
25
|
+
tsconfig?: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Shell Shock Configuration File
|
|
29
|
+
*
|
|
30
|
+
* The path to the Shell Shock configuration file
|
|
31
|
+
*
|
|
32
|
+
* @default "{projectRoot}/shell-shock.config.ts"
|
|
33
|
+
*
|
|
34
|
+
* @format path
|
|
35
|
+
*/
|
|
36
|
+
configFile?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Mode
|
|
40
|
+
*
|
|
41
|
+
* The build mode
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* @enum development,test,production
|
|
45
|
+
*/
|
|
46
|
+
mode?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Skip Installs
|
|
50
|
+
*
|
|
51
|
+
* Skip installing dependencies during prepare stage
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
skipInstalls?: boolean;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Skip Cache
|
|
58
|
+
*
|
|
59
|
+
* Skip the caching mechanism during the build process (if required)
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
skipCache?: boolean;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Log Level
|
|
66
|
+
*
|
|
67
|
+
* The log level to use for the build process
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
71
|
+
*/
|
|
72
|
+
logLevel?: string;
|
|
73
|
+
}
|
|
74
|
+
//#endregion
|
|
75
|
+
export { CleanExecutorSchema };
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
//#region src/executors/clean/schema.d.ts
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
interface CleanExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* TypeScript Configuration File
|
|
19
|
+
*
|
|
20
|
+
* The path to the tsconfig file
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
* @format path
|
|
24
|
+
*/
|
|
25
|
+
tsconfig?: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Shell Shock Configuration File
|
|
29
|
+
*
|
|
30
|
+
* The path to the Shell Shock configuration file
|
|
31
|
+
*
|
|
32
|
+
* @default "{projectRoot}/shell-shock.config.ts"
|
|
33
|
+
*
|
|
34
|
+
* @format path
|
|
35
|
+
*/
|
|
36
|
+
configFile?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Mode
|
|
40
|
+
*
|
|
41
|
+
* The build mode
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* @enum development,test,production
|
|
45
|
+
*/
|
|
46
|
+
mode?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Skip Installs
|
|
50
|
+
*
|
|
51
|
+
* Skip installing dependencies during prepare stage
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
skipInstalls?: boolean;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Skip Cache
|
|
58
|
+
*
|
|
59
|
+
* Skip the caching mechanism during the build process (if required)
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
skipCache?: boolean;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Log Level
|
|
66
|
+
*
|
|
67
|
+
* The log level to use for the build process
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
71
|
+
*/
|
|
72
|
+
logLevel?: string;
|
|
73
|
+
}
|
|
74
|
+
//#endregion
|
|
75
|
+
export { CleanExecutorSchema };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,`__esModule`,{value:!0});const e=require(`../../base/base-executor.cjs`);async function t(e,t){return await t.docs(e.inlineConfig),{success:!0}}const n=e.withExecutor(`docs`,t);var r=n;exports.default=r,exports.executorFn=t;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ShellShockExecutorContext } from "../../base/base-executor.cjs";
|
|
2
|
+
import { DocsExecutorSchema } from "./schema.cjs";
|
|
3
|
+
import { PromiseExecutor } from "@nx/devkit";
|
|
4
|
+
import { ShellShockAPI } from "@shell-shock/core/api";
|
|
5
|
+
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
6
|
+
|
|
7
|
+
//#region src/executors/docs/executor.d.ts
|
|
8
|
+
declare function executorFn(context: ShellShockExecutorContext<"docs", DocsExecutorSchema>, api: ShellShockAPI): Promise<BaseExecutorResult>;
|
|
9
|
+
declare const executor: PromiseExecutor<DocsExecutorSchema>;
|
|
10
|
+
//#endregion
|
|
11
|
+
export { executor as default, executorFn };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ShellShockExecutorContext } from "../../base/base-executor.mjs";
|
|
2
|
+
import { DocsExecutorSchema } from "./schema.mjs";
|
|
3
|
+
import { PromiseExecutor } from "@nx/devkit";
|
|
4
|
+
import { ShellShockAPI } from "@shell-shock/core/api";
|
|
5
|
+
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
6
|
+
|
|
7
|
+
//#region src/executors/docs/executor.d.ts
|
|
8
|
+
declare function executorFn(context: ShellShockExecutorContext<"docs", DocsExecutorSchema>, api: ShellShockAPI): Promise<BaseExecutorResult>;
|
|
9
|
+
declare const executor: PromiseExecutor<DocsExecutorSchema>;
|
|
10
|
+
//#endregion
|
|
11
|
+
export { executor as default, executorFn };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{withExecutor as e}from"../../base/base-executor.mjs";async function t(e,t){return await t.docs(e.inlineConfig),{success:!0}}var n=e(`docs`,t);export{n as default,t as executorFn};
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
//#region src/executors/docs/schema.d.ts
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
interface DocsExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* TypeScript Configuration File
|
|
19
|
+
*
|
|
20
|
+
* The path to the tsconfig file
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
* @format path
|
|
24
|
+
*/
|
|
25
|
+
tsconfig?: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Shell Shock Configuration File
|
|
29
|
+
*
|
|
30
|
+
* The path to the Shell Shock configuration file
|
|
31
|
+
*
|
|
32
|
+
* @default "{projectRoot}/shell-shock.config.ts"
|
|
33
|
+
*
|
|
34
|
+
* @format path
|
|
35
|
+
*/
|
|
36
|
+
configFile?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Mode
|
|
40
|
+
*
|
|
41
|
+
* The build mode
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* @enum development,test,production
|
|
45
|
+
*/
|
|
46
|
+
mode?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Skip Installs
|
|
50
|
+
*
|
|
51
|
+
* Skip installing dependencies before building
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
skipInstalls?: boolean;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Skip Cache
|
|
58
|
+
*
|
|
59
|
+
* Skip the cache when building
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
skipCache?: boolean;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Log Level
|
|
66
|
+
*
|
|
67
|
+
* The log level to use for the build process
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
71
|
+
*/
|
|
72
|
+
logLevel?: string;
|
|
73
|
+
}
|
|
74
|
+
//#endregion
|
|
75
|
+
export { DocsExecutorSchema };
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
//#region src/executors/docs/schema.d.ts
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
interface DocsExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* TypeScript Configuration File
|
|
19
|
+
*
|
|
20
|
+
* The path to the tsconfig file
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
* @format path
|
|
24
|
+
*/
|
|
25
|
+
tsconfig?: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Shell Shock Configuration File
|
|
29
|
+
*
|
|
30
|
+
* The path to the Shell Shock configuration file
|
|
31
|
+
*
|
|
32
|
+
* @default "{projectRoot}/shell-shock.config.ts"
|
|
33
|
+
*
|
|
34
|
+
* @format path
|
|
35
|
+
*/
|
|
36
|
+
configFile?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Mode
|
|
40
|
+
*
|
|
41
|
+
* The build mode
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* @enum development,test,production
|
|
45
|
+
*/
|
|
46
|
+
mode?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Skip Installs
|
|
50
|
+
*
|
|
51
|
+
* Skip installing dependencies before building
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
skipInstalls?: boolean;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Skip Cache
|
|
58
|
+
*
|
|
59
|
+
* Skip the cache when building
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
skipCache?: boolean;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Log Level
|
|
66
|
+
*
|
|
67
|
+
* The log level to use for the build process
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
71
|
+
*/
|
|
72
|
+
logLevel?: string;
|
|
73
|
+
}
|
|
74
|
+
//#endregion
|
|
75
|
+
export { DocsExecutorSchema };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,`__esModule`,{value:!0});const e=require(`../../base/base-executor.cjs`);async function t(e,t){return await t.lint(e.inlineConfig),{success:!0}}const n=e.withExecutor(`lint`,t);var r=n;exports.default=r,exports.executorFn=t;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ShellShockExecutorContext } from "../../base/base-executor.cjs";
|
|
2
|
+
import { LintExecutorSchema } from "./schema.cjs";
|
|
3
|
+
import { PromiseExecutor } from "@nx/devkit";
|
|
4
|
+
import { ShellShockAPI } from "@shell-shock/core/api";
|
|
5
|
+
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
6
|
+
|
|
7
|
+
//#region src/executors/lint/executor.d.ts
|
|
8
|
+
declare function executorFn(context: ShellShockExecutorContext<"lint", LintExecutorSchema>, api: ShellShockAPI): Promise<BaseExecutorResult>;
|
|
9
|
+
declare const executor: PromiseExecutor<LintExecutorSchema>;
|
|
10
|
+
//#endregion
|
|
11
|
+
export { executor as default, executorFn };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ShellShockExecutorContext } from "../../base/base-executor.mjs";
|
|
2
|
+
import { LintExecutorSchema } from "./schema.mjs";
|
|
3
|
+
import { PromiseExecutor } from "@nx/devkit";
|
|
4
|
+
import { ShellShockAPI } from "@shell-shock/core/api";
|
|
5
|
+
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
6
|
+
|
|
7
|
+
//#region src/executors/lint/executor.d.ts
|
|
8
|
+
declare function executorFn(context: ShellShockExecutorContext<"lint", LintExecutorSchema>, api: ShellShockAPI): Promise<BaseExecutorResult>;
|
|
9
|
+
declare const executor: PromiseExecutor<LintExecutorSchema>;
|
|
10
|
+
//#endregion
|
|
11
|
+
export { executor as default, executorFn };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{withExecutor as e}from"../../base/base-executor.mjs";async function t(e,t){return await t.lint(e.inlineConfig),{success:!0}}var n=e(`lint`,t);export{n as default,t as executorFn};
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
//#region src/executors/lint/schema.d.ts
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
interface LintExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* TypeScript Configuration File
|
|
19
|
+
*
|
|
20
|
+
* The path to the tsconfig file
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
* @format path
|
|
24
|
+
*/
|
|
25
|
+
tsconfig?: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Shell Shock Configuration File
|
|
29
|
+
*
|
|
30
|
+
* The path to the Shell Shock configuration file
|
|
31
|
+
*
|
|
32
|
+
* @default "{projectRoot}/shell-shock.config.ts"
|
|
33
|
+
*
|
|
34
|
+
* @format path
|
|
35
|
+
*/
|
|
36
|
+
configFile?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Mode
|
|
40
|
+
*
|
|
41
|
+
* The build mode
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* @enum development,test,production
|
|
45
|
+
*/
|
|
46
|
+
mode?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Skip Installs
|
|
50
|
+
*
|
|
51
|
+
* Skip installing dependencies before building
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
skipInstalls?: boolean;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Skip Cache
|
|
58
|
+
*
|
|
59
|
+
* Skip the cache when building
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
skipCache?: boolean;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Log Level
|
|
66
|
+
*
|
|
67
|
+
* The log level to use for the build process
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
71
|
+
*/
|
|
72
|
+
logLevel?: string;
|
|
73
|
+
}
|
|
74
|
+
//#endregion
|
|
75
|
+
export { LintExecutorSchema };
|