@shell-shock/nx 0.0.43 → 0.0.46
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 +24 -0
- package/README.md +1 -1
- package/dist/base/base-executor.d.mts +2 -0
- package/dist/base/base-executor.d.ts +2 -0
- package/dist/{base-executor-B_1n4Nst.js → base/base-executor.js} +5 -41
- package/dist/{src/base-executor-Tb7NcSc4.mjs → base/base-executor.mjs} +3 -3
- package/dist/base/base-executor.mjs.map +1 -0
- package/dist/base/base-executor.schema.d.js +0 -0
- package/dist/{src/executors/lint/executor.d.ts → base/base-executor.schema.d.mts} +33 -24
- package/dist/base/base-executor.schema.d.mts.map +1 -0
- package/dist/{src/executors/lint/schema.d.ts → base/base-executor.schema.d.ts} +26 -13
- package/dist/base/base-executor.schema.d.ts.map +1 -0
- package/dist/{src/base → base}/base-executor.schema.json +40 -2
- package/dist/base/base-executor.untyped.d.mts +2 -0
- package/dist/base/base-executor.untyped.d.ts +2 -0
- package/dist/{src/index.js → base/base-executor.untyped.js} +3 -4
- package/dist/{src/index.mjs → base/base-executor.untyped.mjs} +2 -3
- package/dist/base/base-executor.untyped.mjs.map +1 -0
- package/dist/base/index.d.mts +2 -0
- package/dist/base/index.d.ts +2 -0
- package/dist/base/index.js +5 -0
- package/dist/base/index.mjs +4 -0
- package/dist/base-executor-CE7_IgHr.d.mts +29 -0
- package/dist/base-executor-CE7_IgHr.d.mts.map +1 -0
- package/dist/{src/base-executor-5IKYZdSK.d.mts → base-executor-CPOK8Lba.d.mts} +34 -2
- package/dist/base-executor-CPOK8Lba.d.mts.map +1 -0
- package/dist/base-executor-Co2z43MK.d.ts +29 -0
- package/dist/base-executor-Co2z43MK.d.ts.map +1 -0
- package/dist/{base-executor-Tb7NcSc4.mjs → base-executor-DojAZA0w.mjs} +2 -2
- package/dist/base-executor-DojAZA0w.mjs.map +1 -0
- package/dist/{base-executor-5IKYZdSK.d.mts → base-executor-ICVyKAxY.d.ts} +34 -2
- package/dist/base-executor-ICVyKAxY.d.ts.map +1 -0
- package/dist/{src/base-executor-B_1n4Nst.js → base-executor-KUL9jD5R.js} +1 -1
- package/dist/base-executor.untyped-D4R6pki2.d.ts +7 -0
- package/dist/base-executor.untyped-D4R6pki2.d.ts.map +1 -0
- package/dist/base-executor.untyped-hmlG6oyC.d.mts +7 -0
- package/dist/base-executor.untyped-hmlG6oyC.d.mts.map +1 -0
- package/dist/chunk-BE-pF4vm.js +34 -0
- package/dist/executors/build/executor.d.mts +34 -2
- package/dist/executors/build/executor.d.mts.map +1 -1
- package/dist/executors/build/executor.d.ts +34 -2
- package/dist/executors/build/executor.d.ts.map +1 -1
- package/dist/executors/build/executor.js +1 -1
- package/dist/executors/build/executor.mjs +1 -1
- package/dist/executors/build/executor.mjs.map +1 -1
- package/dist/executors/build/schema.d.js +0 -0
- package/dist/{src/executors/build/executor.d.mts → executors/build/schema.d.mts} +35 -12
- package/dist/executors/build/schema.d.mts.map +1 -0
- package/dist/executors/build/schema.d.ts +160 -141
- package/dist/executors/build/schema.d.ts.map +1 -0
- package/dist/executors/build/schema.json +40 -2
- package/dist/executors/build/untyped.d.mts +7 -0
- package/dist/executors/build/untyped.d.mts.map +1 -0
- package/dist/executors/build/untyped.d.ts +6 -0
- package/dist/executors/build/untyped.d.ts.map +1 -0
- package/dist/executors/build/untyped.js +17 -0
- package/dist/executors/build/untyped.mjs +17 -0
- package/dist/executors/build/untyped.mjs.map +1 -0
- package/dist/executors/clean/executor.d.mts +34 -2
- package/dist/executors/clean/executor.d.mts.map +1 -1
- package/dist/executors/clean/executor.d.ts +34 -2
- package/dist/executors/clean/executor.d.ts.map +1 -1
- package/dist/executors/clean/executor.js +1 -1
- package/dist/executors/clean/executor.mjs +1 -1
- package/dist/executors/clean/executor.mjs.map +1 -1
- package/dist/executors/clean/schema.d.js +0 -0
- package/dist/{src/executors/clean/executor.d.mts → executors/clean/schema.d.mts} +35 -12
- package/dist/executors/clean/schema.d.mts.map +1 -0
- package/dist/executors/clean/schema.d.ts +160 -141
- package/dist/executors/clean/schema.d.ts.map +1 -0
- package/dist/executors/clean/schema.json +40 -2
- package/dist/executors/clean/untyped.d.mts +7 -0
- package/dist/executors/clean/untyped.d.mts.map +1 -0
- package/dist/executors/clean/untyped.d.ts +6 -0
- package/dist/executors/clean/untyped.d.ts.map +1 -0
- package/dist/executors/clean/untyped.js +17 -0
- package/dist/executors/clean/untyped.mjs +17 -0
- package/dist/executors/clean/untyped.mjs.map +1 -0
- package/dist/executors/docs/executor.d.mts +34 -2
- package/dist/executors/docs/executor.d.mts.map +1 -1
- package/dist/executors/docs/executor.d.ts +34 -2
- package/dist/executors/docs/executor.d.ts.map +1 -1
- package/dist/executors/docs/executor.js +1 -1
- package/dist/executors/docs/executor.mjs +1 -1
- package/dist/executors/docs/executor.mjs.map +1 -1
- package/dist/executors/docs/schema.d.js +0 -0
- package/dist/{src/executors/docs/executor.d.mts → executors/docs/schema.d.mts} +35 -12
- package/dist/executors/docs/schema.d.mts.map +1 -0
- package/dist/executors/docs/schema.d.ts +160 -141
- package/dist/executors/docs/schema.d.ts.map +1 -0
- package/dist/executors/docs/schema.json +40 -2
- package/dist/executors/docs/untyped.d.mts +7 -0
- package/dist/executors/docs/untyped.d.mts.map +1 -0
- package/dist/executors/docs/untyped.d.ts +6 -0
- package/dist/executors/docs/untyped.d.ts.map +1 -0
- package/dist/executors/docs/untyped.js +17 -0
- package/dist/executors/docs/untyped.mjs +17 -0
- package/dist/executors/docs/untyped.mjs.map +1 -0
- package/dist/executors/lint/executor.d.mts +34 -2
- package/dist/executors/lint/executor.d.mts.map +1 -1
- package/dist/executors/lint/executor.d.ts +34 -2
- package/dist/executors/lint/executor.d.ts.map +1 -1
- package/dist/executors/lint/executor.js +1 -1
- package/dist/executors/lint/executor.mjs +1 -1
- package/dist/executors/lint/executor.mjs.map +1 -1
- package/dist/executors/lint/schema.d.js +0 -0
- package/dist/{src/executors/lint/executor.d.mts → executors/lint/schema.d.mts} +35 -12
- package/dist/executors/lint/schema.d.mts.map +1 -0
- package/dist/executors/lint/schema.d.ts +160 -141
- package/dist/executors/lint/schema.d.ts.map +1 -0
- package/dist/executors/lint/schema.json +40 -2
- package/dist/executors/lint/untyped.d.mts +7 -0
- package/dist/executors/lint/untyped.d.mts.map +1 -0
- package/dist/executors/lint/untyped.d.ts +6 -0
- package/dist/executors/lint/untyped.d.ts.map +1 -0
- package/dist/executors/lint/untyped.js +17 -0
- package/dist/executors/lint/untyped.mjs +17 -0
- package/dist/executors/lint/untyped.mjs.map +1 -0
- package/dist/executors/prepare/executor.d.mts +34 -2
- package/dist/executors/prepare/executor.d.mts.map +1 -1
- package/dist/executors/prepare/executor.d.ts +34 -2
- package/dist/executors/prepare/executor.d.ts.map +1 -1
- package/dist/executors/prepare/executor.js +1 -1
- package/dist/executors/prepare/executor.mjs +1 -1
- package/dist/executors/prepare/executor.mjs.map +1 -1
- package/dist/executors/prepare/schema.d.js +0 -0
- package/dist/{src/executors/prepare/executor.d.mts → executors/prepare/schema.d.mts} +35 -12
- package/dist/executors/prepare/schema.d.mts.map +1 -0
- package/dist/executors/prepare/schema.d.ts +160 -141
- package/dist/executors/prepare/schema.d.ts.map +1 -0
- package/dist/executors/prepare/schema.json +40 -2
- package/dist/executors/prepare/untyped.d.mts +7 -0
- package/dist/executors/prepare/untyped.d.mts.map +1 -0
- package/dist/executors/prepare/untyped.d.ts +6 -0
- package/dist/executors/prepare/untyped.d.ts.map +1 -0
- package/dist/executors/prepare/untyped.js +18 -0
- package/dist/executors/prepare/untyped.mjs +17 -0
- package/dist/executors/prepare/untyped.mjs.map +1 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/plugin/index.d.mts +1 -1
- package/dist/plugin/index.d.mts.map +1 -1
- package/dist/plugin/index.d.ts.map +1 -1
- package/dist/plugin/index.js +3 -3
- package/dist/plugin/index.mjs +1 -1
- package/dist/plugin/index.mjs.map +1 -1
- package/docs/api/base-executor.schema.md +31 -1
- package/docs/api/build/schema.md +31 -1
- package/docs/api/clean/schema.md +31 -1
- package/docs/api/docs/schema.md +31 -1
- package/docs/api/lint/schema.md +31 -1
- package/docs/api/prepare/schema.md +31 -1
- package/executors.json +10 -10
- package/package.json +45 -57
- package/dist/base-executor-5IKYZdSK.d.mts.map +0 -1
- package/dist/base-executor-D8wAP52R.d.ts +0 -143
- package/dist/base-executor-D8wAP52R.d.ts.map +0 -1
- package/dist/base-executor-Tb7NcSc4.mjs.map +0 -1
- package/dist/src/base/base-executor.schema.d.ts +0 -128
- package/dist/src/base-executor-5IKYZdSK.d.mts.map +0 -1
- package/dist/src/base-executor-D8wAP52R.d.ts +0 -143
- package/dist/src/base-executor-D8wAP52R.d.ts.map +0 -1
- package/dist/src/base-executor-Tb7NcSc4.mjs.map +0 -1
- package/dist/src/executors/build/executor.d.mts.map +0 -1
- package/dist/src/executors/build/executor.d.ts +0 -140
- package/dist/src/executors/build/executor.d.ts.map +0 -1
- package/dist/src/executors/build/executor.js +0 -19
- package/dist/src/executors/build/executor.mjs +0 -17
- package/dist/src/executors/build/executor.mjs.map +0 -1
- package/dist/src/executors/build/schema.d.ts +0 -144
- package/dist/src/executors/build/schema.json +0 -163
- package/dist/src/executors/clean/executor.d.mts.map +0 -1
- package/dist/src/executors/clean/executor.d.ts +0 -140
- package/dist/src/executors/clean/executor.d.ts.map +0 -1
- package/dist/src/executors/clean/executor.js +0 -14
- package/dist/src/executors/clean/executor.mjs +0 -13
- package/dist/src/executors/clean/executor.mjs.map +0 -1
- package/dist/src/executors/clean/schema.d.ts +0 -144
- package/dist/src/executors/clean/schema.json +0 -163
- package/dist/src/executors/docs/executor.d.mts.map +0 -1
- package/dist/src/executors/docs/executor.d.ts +0 -140
- package/dist/src/executors/docs/executor.d.ts.map +0 -1
- package/dist/src/executors/docs/executor.js +0 -15
- package/dist/src/executors/docs/executor.mjs +0 -13
- package/dist/src/executors/docs/executor.mjs.map +0 -1
- package/dist/src/executors/docs/schema.d.ts +0 -144
- package/dist/src/executors/docs/schema.json +0 -163
- package/dist/src/executors/lint/executor.d.mts.map +0 -1
- package/dist/src/executors/lint/executor.d.ts.map +0 -1
- package/dist/src/executors/lint/executor.js +0 -15
- package/dist/src/executors/lint/executor.mjs +0 -13
- package/dist/src/executors/lint/executor.mjs.map +0 -1
- package/dist/src/executors/lint/schema.json +0 -163
- package/dist/src/executors/prepare/executor.d.mts.map +0 -1
- package/dist/src/executors/prepare/executor.d.ts +0 -140
- package/dist/src/executors/prepare/executor.d.ts.map +0 -1
- package/dist/src/executors/prepare/executor.js +0 -19
- package/dist/src/executors/prepare/executor.mjs +0 -17
- package/dist/src/executors/prepare/executor.mjs.map +0 -1
- package/dist/src/executors/prepare/schema.d.ts +0 -144
- package/dist/src/executors/prepare/schema.json +0 -163
- package/dist/src/index.d.mts +0 -2
- package/dist/src/index.d.ts +0 -2
- package/dist/src/index.mjs.map +0 -1
- package/dist/src/plugin/index.d.mts +0 -8
- package/dist/src/plugin/index.d.mts.map +0 -1
- package/dist/src/plugin/index.d.ts +0 -8
- package/dist/src/plugin/index.d.ts.map +0 -1
- package/dist/src/plugin/index.js +0 -9
- package/dist/src/plugin/index.mjs +0 -8
- package/dist/src/plugin/index.mjs.map +0 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const require_chunk = require('../../chunk-BE-pF4vm.js');
|
|
2
|
+
let untyped = require("untyped");
|
|
3
|
+
let _powerlines_nx_executors_prepare_untyped = require("@powerlines/nx/executors/prepare/untyped");
|
|
4
|
+
_powerlines_nx_executors_prepare_untyped = require_chunk.__toESM(_powerlines_nx_executors_prepare_untyped);
|
|
5
|
+
|
|
6
|
+
//#region src/executors/prepare/untyped.ts
|
|
7
|
+
var untyped_default = (0, untyped.defineUntypedSchema)({
|
|
8
|
+
..._powerlines_nx_executors_prepare_untyped.default,
|
|
9
|
+
$schema: {
|
|
10
|
+
id: "PrepareExecutorSchema",
|
|
11
|
+
title: "Prepare Executor",
|
|
12
|
+
description: "A type definition for the Powerlines - Prepare executor schema",
|
|
13
|
+
required: []
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
//#endregion
|
|
18
|
+
module.exports = untyped_default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineUntypedSchema } from "untyped";
|
|
2
|
+
import baseExecutorSchema from "@powerlines/nx/executors/prepare/untyped";
|
|
3
|
+
|
|
4
|
+
//#region src/executors/prepare/untyped.ts
|
|
5
|
+
var untyped_default = defineUntypedSchema({
|
|
6
|
+
...baseExecutorSchema,
|
|
7
|
+
$schema: {
|
|
8
|
+
id: "PrepareExecutorSchema",
|
|
9
|
+
title: "Prepare Executor",
|
|
10
|
+
description: "A type definition for the Powerlines - Prepare executor schema",
|
|
11
|
+
required: []
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
export { untyped_default as default };
|
|
17
|
+
//# sourceMappingURL=untyped.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"untyped.mjs","names":[],"sources":["../../../src/executors/prepare/untyped.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport baseExecutorSchema from \"@powerlines/nx/executors/prepare/untyped\";\nimport { defineUntypedSchema } from \"untyped\";\n\nexport default defineUntypedSchema({\n ...baseExecutorSchema,\n $schema: {\n id: \"PrepareExecutorSchema\",\n title: \"Prepare Executor\",\n description:\n \"A type definition for the Powerlines - Prepare executor schema\",\n required: []\n }\n});\n"],"mappings":";;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAG;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aACE;EACF,UAAU,EAAE;EACb;CACF,CAAC"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as withExecutor, t as ShellShockExecutorContext } from "./base-executor-
|
|
1
|
+
import { n as withExecutor, t as ShellShockExecutorContext } from "./base-executor-CPOK8Lba.mjs";
|
|
2
2
|
export { ShellShockExecutorContext, withExecutor };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as withExecutor, t as ShellShockExecutorContext } from "./base-executor-
|
|
1
|
+
import { n as withExecutor, t as ShellShockExecutorContext } from "./base-executor-ICVyKAxY.js";
|
|
2
2
|
export { ShellShockExecutorContext, withExecutor };
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_base_executor = require('./base-executor-
|
|
2
|
+
const require_base_executor = require('./base-executor-KUL9jD5R.js');
|
|
3
3
|
let _powerlines_nx_base_base_executor_untyped = require("@powerlines/nx/base/base-executor.untyped");
|
|
4
4
|
_powerlines_nx_base_base_executor_untyped = require_base_executor.__toESM(_powerlines_nx_base_base_executor_untyped);
|
|
5
5
|
let untyped = require("untyped");
|
package/dist/index.mjs
CHANGED
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/base/base-executor.untyped.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport baseExecutorSchema from \"@powerlines/nx/base/base-executor.untyped\";\nimport { defineUntypedSchema } from \"untyped\";\n\nexport default defineUntypedSchema({\n ...baseExecutorSchema,\n $schema: {\n id: \"BaseExecutorSchema\",\n title: \"Base Executor\",\n description:\n \"A shared/base schema type definition for Shell Shock executors\",\n required: []\n }\n});\n"],"mappings":";;;;;AAqBA,oCAAe,oBAAoB;CACjC,GAAG;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aACE;EACF,UAAU,EAAE;EACb;CACF,CAAC"}
|
package/dist/plugin/index.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../../src/plugin/index.ts"],"mappings":";;;;cAsBa,aAAA,EAAe,aAAA,CAAc,eAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../src/plugin/index.ts"],"mappings":";;;;cAsBa,aAAA,EAAe,aAAA,CAAc,eAAA"}
|
package/dist/plugin/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const
|
|
3
|
-
let
|
|
2
|
+
const require_chunk = require('../chunk-BE-pF4vm.js');
|
|
3
|
+
let _powerlines_nx_helpers_plugin_utilities = require("@powerlines/nx/helpers/plugin-utilities");
|
|
4
4
|
|
|
5
5
|
//#region src/plugin/index.ts
|
|
6
|
-
const createNodesV2 = (0,
|
|
6
|
+
const createNodesV2 = (0, _powerlines_nx_helpers_plugin_utilities.createNxPlugin)({ framework: "shell-shock" });
|
|
7
7
|
|
|
8
8
|
//#endregion
|
|
9
9
|
exports.createNodesV2 = createNodesV2;
|
package/dist/plugin/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../src/plugin/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { CreateNodesV2 } from \"@nx/devkit\";\nimport type { NxPluginOptions } from \"@powerlines/nx\";\nimport { createNxPlugin } from \"@powerlines/nx/helpers/plugin-utilities\";\n\nexport const createNodesV2: CreateNodesV2<NxPluginOptions> =\n createNxPlugin<NxPluginOptions>({\n framework: \"shell-shock\"\n });\n"],"mappings":";;;AAsBA,MAAa,gBACX,eAAgC,EAC9B,WAAW,eACZ,CAAC"}
|
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
# Base Executor
|
|
6
6
|
|
|
7
|
+
## `config`
|
|
8
|
+
- **Type**: `string`
|
|
9
|
+
- **Default**: `"{projectRoot}/powerlines.config.ts"`
|
|
10
|
+
|
|
11
|
+
> Powerlines Configuration File
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
The path to the Powerlines configuration file. Alias for `configFile`.
|
|
15
|
+
|
|
16
|
+
|
|
7
17
|
## `configFile`
|
|
8
18
|
- **Type**: `string`
|
|
9
19
|
- **Default**: `"{projectRoot}/powerlines.config.ts"`
|
|
@@ -11,7 +21,7 @@
|
|
|
11
21
|
> Powerlines Configuration File
|
|
12
22
|
|
|
13
23
|
|
|
14
|
-
The path to the Powerlines configuration file
|
|
24
|
+
The path to the Powerlines configuration file. Alias for `config`.
|
|
15
25
|
|
|
16
26
|
|
|
17
27
|
## `input`
|
|
@@ -42,6 +52,16 @@ The path to the tsconfig file
|
|
|
42
52
|
The path to the output directory for the build artifacts
|
|
43
53
|
|
|
44
54
|
|
|
55
|
+
## `copyPath`
|
|
56
|
+
- **Type**: `any`
|
|
57
|
+
- **Default**: `{}`
|
|
58
|
+
|
|
59
|
+
> Copy Path
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
A directory path to copy the build artifacts into
|
|
63
|
+
|
|
64
|
+
|
|
45
65
|
## `sourceMap`
|
|
46
66
|
- **Type**: `boolean`
|
|
47
67
|
|
|
@@ -120,3 +140,13 @@ The log level to use for the build process
|
|
|
120
140
|
|
|
121
141
|
## `define`
|
|
122
142
|
|
|
143
|
+
## `assets`
|
|
144
|
+
- **Type**: `Array<{ input?: string; output?: string; glob: string; ignore?: string[]; dot?: boolean; }>`
|
|
145
|
+
- **Default**: `{}`
|
|
146
|
+
|
|
147
|
+
> Assets
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
The `assets` values
|
|
151
|
+
|
|
152
|
+
|
package/docs/api/build/schema.md
CHANGED
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
# Build Executor
|
|
6
6
|
|
|
7
|
+
## `config`
|
|
8
|
+
- **Type**: `string`
|
|
9
|
+
- **Default**: `"{projectRoot}/powerlines.config.ts"`
|
|
10
|
+
|
|
11
|
+
> Powerlines Configuration File
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
The path to the Powerlines configuration file. Alias for `configFile`.
|
|
15
|
+
|
|
16
|
+
|
|
7
17
|
## `configFile`
|
|
8
18
|
- **Type**: `string`
|
|
9
19
|
- **Default**: `"{projectRoot}/powerlines.config.ts"`
|
|
@@ -11,7 +21,7 @@
|
|
|
11
21
|
> Powerlines Configuration File
|
|
12
22
|
|
|
13
23
|
|
|
14
|
-
The path to the Powerlines configuration file
|
|
24
|
+
The path to the Powerlines configuration file. Alias for `config`.
|
|
15
25
|
|
|
16
26
|
|
|
17
27
|
## `input`
|
|
@@ -42,6 +52,16 @@ The path to the tsconfig file
|
|
|
42
52
|
The path to the output directory for the build artifacts
|
|
43
53
|
|
|
44
54
|
|
|
55
|
+
## `copyPath`
|
|
56
|
+
- **Type**: `any`
|
|
57
|
+
- **Default**: `{}`
|
|
58
|
+
|
|
59
|
+
> Copy Path
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
A directory path to copy the build artifacts into
|
|
63
|
+
|
|
64
|
+
|
|
45
65
|
## `sourceMap`
|
|
46
66
|
- **Type**: `boolean`
|
|
47
67
|
|
|
@@ -120,6 +140,16 @@ The log level to use for the build process
|
|
|
120
140
|
|
|
121
141
|
## `define`
|
|
122
142
|
|
|
143
|
+
## `assets`
|
|
144
|
+
- **Type**: `Array<{ input?: string; output?: string; glob: string; ignore?: string[]; dot?: boolean; }>`
|
|
145
|
+
- **Default**: `{}`
|
|
146
|
+
|
|
147
|
+
> Assets
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
The `assets` values
|
|
151
|
+
|
|
152
|
+
|
|
123
153
|
## `autoInstall`
|
|
124
154
|
- **Type**: `boolean`
|
|
125
155
|
|
package/docs/api/clean/schema.md
CHANGED
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
# Clean Executor
|
|
6
6
|
|
|
7
|
+
## `config`
|
|
8
|
+
- **Type**: `string`
|
|
9
|
+
- **Default**: `"{projectRoot}/powerlines.config.ts"`
|
|
10
|
+
|
|
11
|
+
> Powerlines Configuration File
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
The path to the Powerlines configuration file. Alias for `configFile`.
|
|
15
|
+
|
|
16
|
+
|
|
7
17
|
## `configFile`
|
|
8
18
|
- **Type**: `string`
|
|
9
19
|
- **Default**: `"{projectRoot}/powerlines.config.ts"`
|
|
@@ -11,7 +21,7 @@
|
|
|
11
21
|
> Powerlines Configuration File
|
|
12
22
|
|
|
13
23
|
|
|
14
|
-
The path to the Powerlines configuration file
|
|
24
|
+
The path to the Powerlines configuration file. Alias for `config`.
|
|
15
25
|
|
|
16
26
|
|
|
17
27
|
## `input`
|
|
@@ -42,6 +52,16 @@ The path to the tsconfig file
|
|
|
42
52
|
The path to the output directory for the build artifacts
|
|
43
53
|
|
|
44
54
|
|
|
55
|
+
## `copyPath`
|
|
56
|
+
- **Type**: `any`
|
|
57
|
+
- **Default**: `{}`
|
|
58
|
+
|
|
59
|
+
> Copy Path
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
A directory path to copy the build artifacts into
|
|
63
|
+
|
|
64
|
+
|
|
45
65
|
## `sourceMap`
|
|
46
66
|
- **Type**: `boolean`
|
|
47
67
|
|
|
@@ -120,6 +140,16 @@ The log level to use for the build process
|
|
|
120
140
|
|
|
121
141
|
## `define`
|
|
122
142
|
|
|
143
|
+
## `assets`
|
|
144
|
+
- **Type**: `Array<{ input?: string; output?: string; glob: string; ignore?: string[]; dot?: boolean; }>`
|
|
145
|
+
- **Default**: `{}`
|
|
146
|
+
|
|
147
|
+
> Assets
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
The `assets` values
|
|
151
|
+
|
|
152
|
+
|
|
123
153
|
## `autoInstall`
|
|
124
154
|
- **Type**: `boolean`
|
|
125
155
|
|
package/docs/api/docs/schema.md
CHANGED
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
# Docs Executor
|
|
6
6
|
|
|
7
|
+
## `config`
|
|
8
|
+
- **Type**: `string`
|
|
9
|
+
- **Default**: `"{projectRoot}/powerlines.config.ts"`
|
|
10
|
+
|
|
11
|
+
> Powerlines Configuration File
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
The path to the Powerlines configuration file. Alias for `configFile`.
|
|
15
|
+
|
|
16
|
+
|
|
7
17
|
## `configFile`
|
|
8
18
|
- **Type**: `string`
|
|
9
19
|
- **Default**: `"{projectRoot}/powerlines.config.ts"`
|
|
@@ -11,7 +21,7 @@
|
|
|
11
21
|
> Powerlines Configuration File
|
|
12
22
|
|
|
13
23
|
|
|
14
|
-
The path to the Powerlines configuration file
|
|
24
|
+
The path to the Powerlines configuration file. Alias for `config`.
|
|
15
25
|
|
|
16
26
|
|
|
17
27
|
## `input`
|
|
@@ -42,6 +52,16 @@ The path to the tsconfig file
|
|
|
42
52
|
The path to the output directory for the build artifacts
|
|
43
53
|
|
|
44
54
|
|
|
55
|
+
## `copyPath`
|
|
56
|
+
- **Type**: `any`
|
|
57
|
+
- **Default**: `{}`
|
|
58
|
+
|
|
59
|
+
> Copy Path
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
A directory path to copy the build artifacts into
|
|
63
|
+
|
|
64
|
+
|
|
45
65
|
## `sourceMap`
|
|
46
66
|
- **Type**: `boolean`
|
|
47
67
|
|
|
@@ -120,6 +140,16 @@ The log level to use for the build process
|
|
|
120
140
|
|
|
121
141
|
## `define`
|
|
122
142
|
|
|
143
|
+
## `assets`
|
|
144
|
+
- **Type**: `Array<{ input?: string; output?: string; glob: string; ignore?: string[]; dot?: boolean; }>`
|
|
145
|
+
- **Default**: `{}`
|
|
146
|
+
|
|
147
|
+
> Assets
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
The `assets` values
|
|
151
|
+
|
|
152
|
+
|
|
123
153
|
## `autoInstall`
|
|
124
154
|
- **Type**: `boolean`
|
|
125
155
|
|
package/docs/api/lint/schema.md
CHANGED
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
# Lint Executor
|
|
6
6
|
|
|
7
|
+
## `config`
|
|
8
|
+
- **Type**: `string`
|
|
9
|
+
- **Default**: `"{projectRoot}/powerlines.config.ts"`
|
|
10
|
+
|
|
11
|
+
> Powerlines Configuration File
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
The path to the Powerlines configuration file. Alias for `configFile`.
|
|
15
|
+
|
|
16
|
+
|
|
7
17
|
## `configFile`
|
|
8
18
|
- **Type**: `string`
|
|
9
19
|
- **Default**: `"{projectRoot}/powerlines.config.ts"`
|
|
@@ -11,7 +21,7 @@
|
|
|
11
21
|
> Powerlines Configuration File
|
|
12
22
|
|
|
13
23
|
|
|
14
|
-
The path to the Powerlines configuration file
|
|
24
|
+
The path to the Powerlines configuration file. Alias for `config`.
|
|
15
25
|
|
|
16
26
|
|
|
17
27
|
## `input`
|
|
@@ -42,6 +52,16 @@ The path to the tsconfig file
|
|
|
42
52
|
The path to the output directory for the build artifacts
|
|
43
53
|
|
|
44
54
|
|
|
55
|
+
## `copyPath`
|
|
56
|
+
- **Type**: `any`
|
|
57
|
+
- **Default**: `{}`
|
|
58
|
+
|
|
59
|
+
> Copy Path
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
A directory path to copy the build artifacts into
|
|
63
|
+
|
|
64
|
+
|
|
45
65
|
## `sourceMap`
|
|
46
66
|
- **Type**: `boolean`
|
|
47
67
|
|
|
@@ -120,6 +140,16 @@ The log level to use for the build process
|
|
|
120
140
|
|
|
121
141
|
## `define`
|
|
122
142
|
|
|
143
|
+
## `assets`
|
|
144
|
+
- **Type**: `Array<{ input?: string; output?: string; glob: string; ignore?: string[]; dot?: boolean; }>`
|
|
145
|
+
- **Default**: `{}`
|
|
146
|
+
|
|
147
|
+
> Assets
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
The `assets` values
|
|
151
|
+
|
|
152
|
+
|
|
123
153
|
## `autoInstall`
|
|
124
154
|
- **Type**: `boolean`
|
|
125
155
|
|
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
# Prepare Executor
|
|
6
6
|
|
|
7
|
+
## `config`
|
|
8
|
+
- **Type**: `string`
|
|
9
|
+
- **Default**: `"{projectRoot}/powerlines.config.ts"`
|
|
10
|
+
|
|
11
|
+
> Powerlines Configuration File
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
The path to the Powerlines configuration file. Alias for `configFile`.
|
|
15
|
+
|
|
16
|
+
|
|
7
17
|
## `configFile`
|
|
8
18
|
- **Type**: `string`
|
|
9
19
|
- **Default**: `"{projectRoot}/powerlines.config.ts"`
|
|
@@ -11,7 +21,7 @@
|
|
|
11
21
|
> Powerlines Configuration File
|
|
12
22
|
|
|
13
23
|
|
|
14
|
-
The path to the Powerlines configuration file
|
|
24
|
+
The path to the Powerlines configuration file. Alias for `config`.
|
|
15
25
|
|
|
16
26
|
|
|
17
27
|
## `input`
|
|
@@ -42,6 +52,16 @@ The path to the tsconfig file
|
|
|
42
52
|
The path to the output directory for the build artifacts
|
|
43
53
|
|
|
44
54
|
|
|
55
|
+
## `copyPath`
|
|
56
|
+
- **Type**: `any`
|
|
57
|
+
- **Default**: `{}`
|
|
58
|
+
|
|
59
|
+
> Copy Path
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
A directory path to copy the build artifacts into
|
|
63
|
+
|
|
64
|
+
|
|
45
65
|
## `sourceMap`
|
|
46
66
|
- **Type**: `boolean`
|
|
47
67
|
|
|
@@ -120,6 +140,16 @@ The log level to use for the build process
|
|
|
120
140
|
|
|
121
141
|
## `define`
|
|
122
142
|
|
|
143
|
+
## `assets`
|
|
144
|
+
- **Type**: `Array<{ input?: string; output?: string; glob: string; ignore?: string[]; dot?: boolean; }>`
|
|
145
|
+
- **Default**: `{}`
|
|
146
|
+
|
|
147
|
+
> Assets
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
The `assets` values
|
|
151
|
+
|
|
152
|
+
|
|
123
153
|
## `autoInstall`
|
|
124
154
|
- **Type**: `boolean`
|
|
125
155
|
|
package/executors.json
CHANGED
|
@@ -2,28 +2,28 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/schema",
|
|
3
3
|
"executors": {
|
|
4
4
|
"clean": {
|
|
5
|
-
"implementation": "./dist/
|
|
6
|
-
"schema": "./dist/
|
|
5
|
+
"implementation": "./dist/executors/clean/executor",
|
|
6
|
+
"schema": "./dist/executors/clean/schema.json",
|
|
7
7
|
"description": "Run the `clean` Shell Shock command on the given project"
|
|
8
8
|
},
|
|
9
9
|
"prepare": {
|
|
10
|
-
"implementation": "./dist/
|
|
11
|
-
"schema": "./dist/
|
|
10
|
+
"implementation": "./dist/executors/prepare/executor",
|
|
11
|
+
"schema": "./dist/executors/prepare/schema.json",
|
|
12
12
|
"description": "Run the `prepare` Shell Shock command on the given project"
|
|
13
13
|
},
|
|
14
14
|
"lint": {
|
|
15
|
-
"implementation": "./dist/
|
|
16
|
-
"schema": "./dist/
|
|
15
|
+
"implementation": "./dist/executors/lint/executor",
|
|
16
|
+
"schema": "./dist/executors/lint/schema.json",
|
|
17
17
|
"description": "Run the `lint` Shell Shock command on the given project"
|
|
18
18
|
},
|
|
19
19
|
"build": {
|
|
20
|
-
"implementation": "./dist/
|
|
21
|
-
"schema": "./dist/
|
|
20
|
+
"implementation": "./dist/executors/build/executor",
|
|
21
|
+
"schema": "./dist/executors/build/schema.json",
|
|
22
22
|
"description": "Run the `build` Shell Shock command on the given project"
|
|
23
23
|
},
|
|
24
24
|
"docs": {
|
|
25
|
-
"implementation": "./dist/
|
|
26
|
-
"schema": "./dist/
|
|
25
|
+
"implementation": "./dist/executors/docs/executor",
|
|
26
|
+
"schema": "./dist/executors/docs/schema.json",
|
|
27
27
|
"description": "Run the `docs` Shell Shock command on the given project"
|
|
28
28
|
}
|
|
29
29
|
}
|