@shell-shock/nx 0.0.2
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/LICENSE +201 -0
- package/README.md +43 -0
- package/dist/chunk-2RWIKK2K.js +1 -0
- package/dist/chunk-4DF5MMDG.cjs +1 -0
- package/dist/chunk-5QOOID3A.js +1 -0
- package/dist/chunk-BQ6JGDCK.cjs +1 -0
- package/dist/chunk-C55D3UE2.js +1 -0
- package/dist/chunk-JL2WYYI2.cjs +1 -0
- package/dist/chunk-JLEWSDGU.js +1 -0
- package/dist/chunk-KDEQXNLK.cjs +1 -0
- package/dist/chunk-MJPKGB2J.js +1 -0
- package/dist/chunk-MOC37UWO.js +3 -0
- package/dist/chunk-NCXOX46C.cjs +1 -0
- package/dist/chunk-OGORC6MB.cjs +1 -0
- package/dist/chunk-PKDDOBUQ.cjs +5 -0
- package/dist/chunk-UR2OGNGK.cjs +1 -0
- package/dist/chunk-WNSAXKZ3.js +0 -0
- package/dist/chunk-YXZRI7BT.cjs +3 -0
- package/dist/chunk-ZD5Z5HMM.js +1 -0
- package/dist/chunk-ZJQUMHFI.js +5 -0
- package/dist/executors/build/executor.cjs +1 -0
- package/dist/executors/build/executor.js +1 -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 -0
- package/dist/executors/clean/executor.js +1 -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 -0
- package/dist/executors/docs/executor.js +1 -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 -0
- package/dist/executors/lint/executor.js +1 -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 -0
- package/dist/executors/prepare/executor.js +1 -0
- package/dist/executors/prepare/schema.d.ts +74 -0
- package/dist/executors/prepare/schema.json +75 -0
- package/dist/executors.cjs +1 -0
- package/dist/executors.js +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.js +1 -0
- package/dist/plugin/index.cjs +1 -0
- package/dist/plugin/index.js +1 -0
- package/dist/src/base/base-executor.schema.d.ts +74 -0
- package/dist/src/base/base-executor.schema.json +75 -0
- package/dist/src/chunk-2RWIKK2K.js +1 -0
- package/dist/src/chunk-4DF5MMDG.cjs +1 -0
- package/dist/src/chunk-5QOOID3A.js +1 -0
- package/dist/src/chunk-BQ6JGDCK.cjs +1 -0
- package/dist/src/chunk-C55D3UE2.js +1 -0
- package/dist/src/chunk-JL2WYYI2.cjs +1 -0
- package/dist/src/chunk-JLEWSDGU.js +1 -0
- package/dist/src/chunk-KDEQXNLK.cjs +1 -0
- package/dist/src/chunk-MJPKGB2J.js +1 -0
- package/dist/src/chunk-MOC37UWO.js +3 -0
- package/dist/src/chunk-NCXOX46C.cjs +1 -0
- package/dist/src/chunk-OGORC6MB.cjs +1 -0
- package/dist/src/chunk-PKDDOBUQ.cjs +5 -0
- package/dist/src/chunk-UR2OGNGK.cjs +1 -0
- package/dist/src/chunk-WNSAXKZ3.js +0 -0
- package/dist/src/chunk-YXZRI7BT.cjs +3 -0
- package/dist/src/chunk-ZD5Z5HMM.js +1 -0
- package/dist/src/chunk-ZJQUMHFI.js +5 -0
- package/dist/src/executors/build/executor.cjs +1 -0
- package/dist/src/executors/build/executor.js +1 -0
- package/dist/src/executors/build/schema.d.ts +84 -0
- package/dist/src/executors/build/schema.json +94 -0
- package/dist/src/executors/clean/executor.cjs +1 -0
- package/dist/src/executors/clean/executor.js +1 -0
- package/dist/src/executors/clean/schema.d.ts +74 -0
- package/dist/src/executors/clean/schema.json +75 -0
- package/dist/src/executors/docs/executor.cjs +1 -0
- package/dist/src/executors/docs/executor.js +1 -0
- package/dist/src/executors/docs/schema.d.ts +74 -0
- package/dist/src/executors/docs/schema.json +75 -0
- package/dist/src/executors/lint/executor.cjs +1 -0
- package/dist/src/executors/lint/executor.js +1 -0
- package/dist/src/executors/lint/schema.d.ts +74 -0
- package/dist/src/executors/lint/schema.json +75 -0
- package/dist/src/executors/prepare/executor.cjs +1 -0
- package/dist/src/executors/prepare/executor.js +1 -0
- package/dist/src/executors/prepare/schema.d.ts +74 -0
- package/dist/src/executors/prepare/schema.json +75 -0
- package/dist/src/executors.cjs +1 -0
- package/dist/src/executors.js +1 -0
- package/dist/src/index.cjs +1 -0
- package/dist/src/index.js +1 -0
- package/dist/src/plugin/index.cjs +1 -0
- package/dist/src/plugin/index.js +1 -0
- package/docs/api/base-executor.schema.md +71 -0
- package/docs/api/build/schema.md +81 -0
- package/docs/api/clean/schema.md +71 -0
- package/docs/api/docs/schema.md +71 -0
- package/docs/api/lint/schema.md +71 -0
- package/docs/api/prepare/schema.md +71 -0
- package/executors.json +30 -0
- package/package.json +131 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkOGORC6MB_cjs=require('../../chunk-OGORC6MB.cjs');require('../../chunk-YXZRI7BT.cjs'),require('../../chunk-PKDDOBUQ.cjs');Object.defineProperty(exports,"default",{enumerable:true,get:function(){return chunkOGORC6MB_cjs.b}});Object.defineProperty(exports,"executorFn",{enumerable:true,get:function(){return chunkOGORC6MB_cjs.a}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{b as default,a as executorFn}from'../../chunk-ZD5Z5HMM.js';import'../../chunk-MOC37UWO.js';import'../../chunk-ZJQUMHFI.js';
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export 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
|
+
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Docs Executor",
|
|
4
|
+
"description": "A type definition for the Powerlines - Docs executor schema",
|
|
5
|
+
"required": [],
|
|
6
|
+
"properties": {
|
|
7
|
+
"outputPath": {
|
|
8
|
+
"title": "Output Path",
|
|
9
|
+
"type": "string",
|
|
10
|
+
"format": "path",
|
|
11
|
+
"description": "The output path for the build",
|
|
12
|
+
"id": "#outputPath",
|
|
13
|
+
"default": "dist/{projectRoot}"
|
|
14
|
+
},
|
|
15
|
+
"tsconfig": {
|
|
16
|
+
"title": "TypeScript Configuration File",
|
|
17
|
+
"type": "string",
|
|
18
|
+
"format": "path",
|
|
19
|
+
"description": "The path to the tsconfig file",
|
|
20
|
+
"id": "#tsconfig"
|
|
21
|
+
},
|
|
22
|
+
"configFile": {
|
|
23
|
+
"title": "Shell Shock Configuration File",
|
|
24
|
+
"type": "string",
|
|
25
|
+
"format": "path",
|
|
26
|
+
"description": "The path to the Shell Shock configuration file",
|
|
27
|
+
"id": "#configFile",
|
|
28
|
+
"default": "{projectRoot}/shell-shock.config.ts"
|
|
29
|
+
},
|
|
30
|
+
"mode": {
|
|
31
|
+
"title": "Mode",
|
|
32
|
+
"type": "string",
|
|
33
|
+
"description": "The build mode",
|
|
34
|
+
"enum": [
|
|
35
|
+
"development",
|
|
36
|
+
"test",
|
|
37
|
+
"production"
|
|
38
|
+
],
|
|
39
|
+
"id": "#mode"
|
|
40
|
+
},
|
|
41
|
+
"skipInstalls": {
|
|
42
|
+
"title": "Skip Installs",
|
|
43
|
+
"type": "boolean",
|
|
44
|
+
"description": "Skip installing dependencies before building",
|
|
45
|
+
"id": "#skipInstalls"
|
|
46
|
+
},
|
|
47
|
+
"skipCache": {
|
|
48
|
+
"title": "Skip Cache",
|
|
49
|
+
"type": "boolean",
|
|
50
|
+
"description": "Skip the cache when building",
|
|
51
|
+
"id": "#skipCache"
|
|
52
|
+
},
|
|
53
|
+
"logLevel": {
|
|
54
|
+
"title": "Log Level",
|
|
55
|
+
"type": "string",
|
|
56
|
+
"description": "The log level to use for the build process",
|
|
57
|
+
"enum": [
|
|
58
|
+
"fatal",
|
|
59
|
+
"error",
|
|
60
|
+
"warn",
|
|
61
|
+
"success",
|
|
62
|
+
"info",
|
|
63
|
+
"debug",
|
|
64
|
+
"trace",
|
|
65
|
+
"silent"
|
|
66
|
+
],
|
|
67
|
+
"id": "#logLevel"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"type": "object",
|
|
71
|
+
"default": {
|
|
72
|
+
"outputPath": "dist/{projectRoot}",
|
|
73
|
+
"configFile": "{projectRoot}/shell-shock.config.ts"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkNCXOX46C_cjs=require('../../chunk-NCXOX46C.cjs');require('../../chunk-YXZRI7BT.cjs'),require('../../chunk-PKDDOBUQ.cjs');Object.defineProperty(exports,"default",{enumerable:true,get:function(){return chunkNCXOX46C_cjs.b}});Object.defineProperty(exports,"executorFn",{enumerable:true,get:function(){return chunkNCXOX46C_cjs.a}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{b as default,a as executorFn}from'../../chunk-JLEWSDGU.js';import'../../chunk-MOC37UWO.js';import'../../chunk-ZJQUMHFI.js';
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export 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
|
+
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Lint Executor",
|
|
4
|
+
"description": "A type definition for the Powerlines - Lint executor schema",
|
|
5
|
+
"required": [],
|
|
6
|
+
"properties": {
|
|
7
|
+
"outputPath": {
|
|
8
|
+
"title": "Output Path",
|
|
9
|
+
"type": "string",
|
|
10
|
+
"format": "path",
|
|
11
|
+
"description": "The output path for the build",
|
|
12
|
+
"id": "#outputPath",
|
|
13
|
+
"default": "dist/{projectRoot}"
|
|
14
|
+
},
|
|
15
|
+
"tsconfig": {
|
|
16
|
+
"title": "TypeScript Configuration File",
|
|
17
|
+
"type": "string",
|
|
18
|
+
"format": "path",
|
|
19
|
+
"description": "The path to the tsconfig file",
|
|
20
|
+
"id": "#tsconfig"
|
|
21
|
+
},
|
|
22
|
+
"configFile": {
|
|
23
|
+
"title": "Shell Shock Configuration File",
|
|
24
|
+
"type": "string",
|
|
25
|
+
"format": "path",
|
|
26
|
+
"description": "The path to the Shell Shock configuration file",
|
|
27
|
+
"id": "#configFile",
|
|
28
|
+
"default": "{projectRoot}/shell-shock.config.ts"
|
|
29
|
+
},
|
|
30
|
+
"mode": {
|
|
31
|
+
"title": "Mode",
|
|
32
|
+
"type": "string",
|
|
33
|
+
"description": "The build mode",
|
|
34
|
+
"enum": [
|
|
35
|
+
"development",
|
|
36
|
+
"test",
|
|
37
|
+
"production"
|
|
38
|
+
],
|
|
39
|
+
"id": "#mode"
|
|
40
|
+
},
|
|
41
|
+
"skipInstalls": {
|
|
42
|
+
"title": "Skip Installs",
|
|
43
|
+
"type": "boolean",
|
|
44
|
+
"description": "Skip installing dependencies before building",
|
|
45
|
+
"id": "#skipInstalls"
|
|
46
|
+
},
|
|
47
|
+
"skipCache": {
|
|
48
|
+
"title": "Skip Cache",
|
|
49
|
+
"type": "boolean",
|
|
50
|
+
"description": "Skip the cache when building",
|
|
51
|
+
"id": "#skipCache"
|
|
52
|
+
},
|
|
53
|
+
"logLevel": {
|
|
54
|
+
"title": "Log Level",
|
|
55
|
+
"type": "string",
|
|
56
|
+
"description": "The log level to use for the build process",
|
|
57
|
+
"enum": [
|
|
58
|
+
"fatal",
|
|
59
|
+
"error",
|
|
60
|
+
"warn",
|
|
61
|
+
"success",
|
|
62
|
+
"info",
|
|
63
|
+
"debug",
|
|
64
|
+
"trace",
|
|
65
|
+
"silent"
|
|
66
|
+
],
|
|
67
|
+
"id": "#logLevel"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"type": "object",
|
|
71
|
+
"default": {
|
|
72
|
+
"outputPath": "dist/{projectRoot}",
|
|
73
|
+
"configFile": "{projectRoot}/shell-shock.config.ts"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkBQ6JGDCK_cjs=require('../../chunk-BQ6JGDCK.cjs');require('../../chunk-YXZRI7BT.cjs'),require('../../chunk-PKDDOBUQ.cjs');Object.defineProperty(exports,"default",{enumerable:true,get:function(){return chunkBQ6JGDCK_cjs.b}});Object.defineProperty(exports,"executorFn",{enumerable:true,get:function(){return chunkBQ6JGDCK_cjs.a}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{b as default,a as executorFn}from'../../chunk-C55D3UE2.js';import'../../chunk-MOC37UWO.js';import'../../chunk-ZJQUMHFI.js';
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export interface PrepareExecutorSchema {
|
|
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
|
+
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Prepare Executor",
|
|
4
|
+
"description": "A type definition for the Powerlines - Prepare executor schema",
|
|
5
|
+
"required": [],
|
|
6
|
+
"properties": {
|
|
7
|
+
"outputPath": {
|
|
8
|
+
"title": "Output Path",
|
|
9
|
+
"type": "string",
|
|
10
|
+
"format": "path",
|
|
11
|
+
"description": "The output path for the build",
|
|
12
|
+
"id": "#outputPath",
|
|
13
|
+
"default": "dist/{projectRoot}"
|
|
14
|
+
},
|
|
15
|
+
"tsconfig": {
|
|
16
|
+
"title": "TypeScript Configuration File",
|
|
17
|
+
"type": "string",
|
|
18
|
+
"format": "path",
|
|
19
|
+
"description": "The path to the tsconfig file",
|
|
20
|
+
"id": "#tsconfig"
|
|
21
|
+
},
|
|
22
|
+
"configFile": {
|
|
23
|
+
"title": "Shell Shock Configuration File",
|
|
24
|
+
"type": "string",
|
|
25
|
+
"format": "path",
|
|
26
|
+
"description": "The path to the Shell Shock configuration file",
|
|
27
|
+
"id": "#configFile",
|
|
28
|
+
"default": "{projectRoot}/shell-shock.config.ts"
|
|
29
|
+
},
|
|
30
|
+
"mode": {
|
|
31
|
+
"title": "Mode",
|
|
32
|
+
"type": "string",
|
|
33
|
+
"description": "The build mode",
|
|
34
|
+
"enum": [
|
|
35
|
+
"development",
|
|
36
|
+
"test",
|
|
37
|
+
"production"
|
|
38
|
+
],
|
|
39
|
+
"id": "#mode"
|
|
40
|
+
},
|
|
41
|
+
"skipInstalls": {
|
|
42
|
+
"title": "Skip Installs",
|
|
43
|
+
"type": "boolean",
|
|
44
|
+
"description": "Skip installing dependencies before building",
|
|
45
|
+
"id": "#skipInstalls"
|
|
46
|
+
},
|
|
47
|
+
"skipCache": {
|
|
48
|
+
"title": "Skip Cache",
|
|
49
|
+
"type": "boolean",
|
|
50
|
+
"description": "Skip the cache when building",
|
|
51
|
+
"id": "#skipCache"
|
|
52
|
+
},
|
|
53
|
+
"logLevel": {
|
|
54
|
+
"title": "Log Level",
|
|
55
|
+
"type": "string",
|
|
56
|
+
"description": "The log level to use for the build process",
|
|
57
|
+
"enum": [
|
|
58
|
+
"fatal",
|
|
59
|
+
"error",
|
|
60
|
+
"warn",
|
|
61
|
+
"success",
|
|
62
|
+
"info",
|
|
63
|
+
"debug",
|
|
64
|
+
"trace",
|
|
65
|
+
"silent"
|
|
66
|
+
],
|
|
67
|
+
"id": "#logLevel"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"type": "object",
|
|
71
|
+
"default": {
|
|
72
|
+
"outputPath": "dist/{projectRoot}",
|
|
73
|
+
"configFile": "{projectRoot}/shell-shock.config.ts"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';require('./chunk-4DF5MMDG.cjs');var chunkBQ6JGDCK_cjs=require('./chunk-BQ6JGDCK.cjs'),chunkNCXOX46C_cjs=require('./chunk-NCXOX46C.cjs'),chunkOGORC6MB_cjs=require('./chunk-OGORC6MB.cjs'),chunkUR2OGNGK_cjs=require('./chunk-UR2OGNGK.cjs'),chunkJL2WYYI2_cjs=require('./chunk-JL2WYYI2.cjs');require('./chunk-YXZRI7BT.cjs'),require('./chunk-PKDDOBUQ.cjs');Object.defineProperty(exports,"prepare",{enumerable:true,get:function(){return chunkBQ6JGDCK_cjs.b}});Object.defineProperty(exports,"lint",{enumerable:true,get:function(){return chunkNCXOX46C_cjs.b}});Object.defineProperty(exports,"docs",{enumerable:true,get:function(){return chunkOGORC6MB_cjs.b}});Object.defineProperty(exports,"clean",{enumerable:true,get:function(){return chunkUR2OGNGK_cjs.b}});Object.defineProperty(exports,"build",{enumerable:true,get:function(){return chunkJL2WYYI2_cjs.b}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import'./chunk-WNSAXKZ3.js';export{b as prepare}from'./chunk-C55D3UE2.js';export{b as lint}from'./chunk-JLEWSDGU.js';export{b as docs}from'./chunk-ZD5Z5HMM.js';export{b as clean}from'./chunk-MJPKGB2J.js';export{b as build}from'./chunk-5QOOID3A.js';import'./chunk-MOC37UWO.js';import'./chunk-ZJQUMHFI.js';
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var chunkKDEQXNLK_cjs=require('./chunk-KDEQXNLK.cjs');require('./chunk-4DF5MMDG.cjs');var chunkBQ6JGDCK_cjs=require('./chunk-BQ6JGDCK.cjs'),chunkNCXOX46C_cjs=require('./chunk-NCXOX46C.cjs'),chunkOGORC6MB_cjs=require('./chunk-OGORC6MB.cjs'),chunkUR2OGNGK_cjs=require('./chunk-UR2OGNGK.cjs'),chunkJL2WYYI2_cjs=require('./chunk-JL2WYYI2.cjs');require('./chunk-YXZRI7BT.cjs'),require('./chunk-PKDDOBUQ.cjs');Object.defineProperty(exports,"createNodesV2",{enumerable:true,get:function(){return chunkKDEQXNLK_cjs.a}});Object.defineProperty(exports,"prepare",{enumerable:true,get:function(){return chunkBQ6JGDCK_cjs.b}});Object.defineProperty(exports,"lint",{enumerable:true,get:function(){return chunkNCXOX46C_cjs.b}});Object.defineProperty(exports,"docs",{enumerable:true,get:function(){return chunkOGORC6MB_cjs.b}});Object.defineProperty(exports,"clean",{enumerable:true,get:function(){return chunkUR2OGNGK_cjs.b}});Object.defineProperty(exports,"build",{enumerable:true,get:function(){return chunkJL2WYYI2_cjs.b}});
|
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as createNodesV2}from'./chunk-2RWIKK2K.js';import'./chunk-WNSAXKZ3.js';export{b as prepare}from'./chunk-C55D3UE2.js';export{b as lint}from'./chunk-JLEWSDGU.js';export{b as docs}from'./chunk-ZD5Z5HMM.js';export{b as clean}from'./chunk-MJPKGB2J.js';export{b as build}from'./chunk-5QOOID3A.js';import'./chunk-MOC37UWO.js';import'./chunk-ZJQUMHFI.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var chunkKDEQXNLK_cjs=require('../chunk-KDEQXNLK.cjs');require('../chunk-PKDDOBUQ.cjs');Object.defineProperty(exports,"createNodesV2",{enumerable:true,get:function(){return chunkKDEQXNLK_cjs.a}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as createNodesV2}from'../chunk-2RWIKK2K.js';import'../chunk-ZJQUMHFI.js';
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export interface BaseExecutorSchema {
|
|
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
|
+
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Base Executor",
|
|
4
|
+
"description": "A shared/base schema type definition for Shell Shock executors",
|
|
5
|
+
"required": [],
|
|
6
|
+
"properties": {
|
|
7
|
+
"outputPath": {
|
|
8
|
+
"title": "Output Path",
|
|
9
|
+
"type": "string",
|
|
10
|
+
"format": "path",
|
|
11
|
+
"description": "The output path for the build",
|
|
12
|
+
"id": "#outputPath",
|
|
13
|
+
"default": "dist/{projectRoot}"
|
|
14
|
+
},
|
|
15
|
+
"tsconfig": {
|
|
16
|
+
"title": "TypeScript Configuration File",
|
|
17
|
+
"type": "string",
|
|
18
|
+
"format": "path",
|
|
19
|
+
"description": "The path to the tsconfig file",
|
|
20
|
+
"id": "#tsconfig"
|
|
21
|
+
},
|
|
22
|
+
"configFile": {
|
|
23
|
+
"title": "Shell Shock Configuration File",
|
|
24
|
+
"type": "string",
|
|
25
|
+
"format": "path",
|
|
26
|
+
"description": "The path to the Shell Shock configuration file",
|
|
27
|
+
"id": "#configFile",
|
|
28
|
+
"default": "{projectRoot}/shell-shock.config.ts"
|
|
29
|
+
},
|
|
30
|
+
"mode": {
|
|
31
|
+
"title": "Mode",
|
|
32
|
+
"type": "string",
|
|
33
|
+
"description": "The build mode",
|
|
34
|
+
"enum": [
|
|
35
|
+
"development",
|
|
36
|
+
"test",
|
|
37
|
+
"production"
|
|
38
|
+
],
|
|
39
|
+
"id": "#mode"
|
|
40
|
+
},
|
|
41
|
+
"skipInstalls": {
|
|
42
|
+
"title": "Skip Installs",
|
|
43
|
+
"type": "boolean",
|
|
44
|
+
"description": "Skip installing dependencies during prepare stage",
|
|
45
|
+
"id": "#skipInstalls"
|
|
46
|
+
},
|
|
47
|
+
"skipCache": {
|
|
48
|
+
"title": "Skip Cache",
|
|
49
|
+
"type": "boolean",
|
|
50
|
+
"description": "Skip the caching mechanism during the build process (if required)",
|
|
51
|
+
"id": "#skipCache"
|
|
52
|
+
},
|
|
53
|
+
"logLevel": {
|
|
54
|
+
"title": "Log Level",
|
|
55
|
+
"type": "string",
|
|
56
|
+
"description": "The log level to use for the build process",
|
|
57
|
+
"enum": [
|
|
58
|
+
"fatal",
|
|
59
|
+
"error",
|
|
60
|
+
"warn",
|
|
61
|
+
"success",
|
|
62
|
+
"info",
|
|
63
|
+
"debug",
|
|
64
|
+
"trace",
|
|
65
|
+
"silent"
|
|
66
|
+
],
|
|
67
|
+
"id": "#logLevel"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"type": "object",
|
|
71
|
+
"default": {
|
|
72
|
+
"outputPath": "dist/{projectRoot}",
|
|
73
|
+
"configFile": "{projectRoot}/shell-shock.config.ts"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {createNxPlugin}from'@powerlines/nx/helpers/plugin-utilities';var i=createNxPlugin({framework:"shell-shock"});export{i as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {a as a$1}from'./chunk-MOC37UWO.js';import {a}from'./chunk-ZJQUMHFI.js';import i from'defu';async function u(e,r){return await r.build(i({entry:e.options.entry,skipCache:e.options.skipCache,mode:e.options.mode},e.inlineConfig)),{success:true}}a(u,"executorFn");var c=a$1("build",u),n=c;export{u as a,n as b};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var chunkYXZRI7BT_cjs=require('./chunk-YXZRI7BT.cjs'),chunkPKDDOBUQ_cjs=require('./chunk-PKDDOBUQ.cjs'),p=require('defu');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var p__default=/*#__PURE__*/_interopDefault(p);async function s(e,t){return await t.prepare(p__default.default({command:"prepare",skipCache:e.options.skipCache,skipInstalls:e.options.skipInstalls},e.inlineConfig)),{success:true}}chunkPKDDOBUQ_cjs.a(s,"executorFn");var a=chunkYXZRI7BT_cjs.a("prepare",s),n=a;exports.a=s;exports.b=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {a as a$2}from'./chunk-MOC37UWO.js';import {a as a$1}from'./chunk-ZJQUMHFI.js';import p from'defu';async function s(e,t){return await t.prepare(p({command:"prepare",skipCache:e.options.skipCache,skipInstalls:e.options.skipInstalls},e.inlineConfig)),{success:true}}a$1(s,"executorFn");var a=a$2("prepare",s),l=a;export{s as a,l as b};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var chunkYXZRI7BT_cjs=require('./chunk-YXZRI7BT.cjs'),chunkPKDDOBUQ_cjs=require('./chunk-PKDDOBUQ.cjs'),i=require('defu');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var i__default=/*#__PURE__*/_interopDefault(i);async function u(e,r){return await r.build(i__default.default({entry:e.options.entry,skipCache:e.options.skipCache,mode:e.options.mode},e.inlineConfig)),{success:true}}chunkPKDDOBUQ_cjs.a(u,"executorFn");var c=chunkYXZRI7BT_cjs.a("build",u),p=c;exports.a=u;exports.b=p;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {a as a$1}from'./chunk-MOC37UWO.js';import {a}from'./chunk-ZJQUMHFI.js';async function i(o,r){return await r.lint(o.inlineConfig),{success:true}}a(i,"executorFn");var c=a$1("lint",i),l=c;export{i as a,l as b};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var pluginUtilities=require('@powerlines/nx/helpers/plugin-utilities');var r=pluginUtilities.createNxPlugin({framework:"shell-shock"});exports.a=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {a as a$1}from'./chunk-MOC37UWO.js';import {a}from'./chunk-ZJQUMHFI.js';async function c(t,r){return await r.clean(t.inlineConfig),{success:true}}a(c,"executorFn");var n=a$1("clean",c),i=n;export{c as a,i as b};
|