@powerlines/nx 0.1.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.
Files changed (128) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +490 -0
  3. package/dist/chunk-23KFTIT2.mjs +1 -0
  4. package/dist/chunk-2IKNOV7W.mjs +305 -0
  5. package/dist/chunk-326QB2VK.mjs +14 -0
  6. package/dist/chunk-3QPPK4K2.js +18 -0
  7. package/dist/chunk-5K7DMFAV.mjs +15 -0
  8. package/dist/chunk-6UG6SXHV.js +4307 -0
  9. package/dist/chunk-6ZABD5GY.js +18 -0
  10. package/dist/chunk-AKX3TTDA.js +18 -0
  11. package/dist/chunk-CQP2LCFV.mjs +19 -0
  12. package/dist/chunk-CYWOTYVX.mjs +108 -0
  13. package/dist/chunk-E6VIOC6R.mjs +19 -0
  14. package/dist/chunk-ED7GH5H4.js +30 -0
  15. package/dist/chunk-ESI25Y6Y.mjs +15 -0
  16. package/dist/chunk-FK3VJFET.mjs +28 -0
  17. package/dist/chunk-FXCIWWXO.mjs +15 -0
  18. package/dist/chunk-HHPODCTP.js +126 -0
  19. package/dist/chunk-N2YKXZ5R.js +2 -0
  20. package/dist/chunk-O6BSKBJP.js +26 -0
  21. package/dist/chunk-O6YSETKJ.mjs +4 -0
  22. package/dist/chunk-OOERKIVS.js +312 -0
  23. package/dist/chunk-OZMYXUES.mjs +4276 -0
  24. package/dist/chunk-SHUYVCID.js +6 -0
  25. package/dist/chunk-TCSCYVA7.mjs +76 -0
  26. package/dist/chunk-UV4HQO3Y.mjs +1 -0
  27. package/dist/chunk-WKH7IEJU.js +26 -0
  28. package/dist/chunk-WUJKJGEW.js +17 -0
  29. package/dist/chunk-XO62WWX4.js +2 -0
  30. package/dist/chunk-XPEFTYN7.js +82 -0
  31. package/dist/executor-B2Y0F4JC.d.ts +83 -0
  32. package/dist/executor-BAcpDLQu.d.ts +83 -0
  33. package/dist/executor-BHIUeaip.d.ts +93 -0
  34. package/dist/executor-BYGMOBlU.d.mts +83 -0
  35. package/dist/executor-Ba95I3EK.d.mts +93 -0
  36. package/dist/executor-CIEyQL42.d.mts +83 -0
  37. package/dist/executor-CkqLFUNx.d.ts +83 -0
  38. package/dist/executor-D055lNr2.d.ts +83 -0
  39. package/dist/executor-D0PJOQkn.d.mts +83 -0
  40. package/dist/executor-DsRaA9mk.d.mts +83 -0
  41. package/dist/executors.d.mts +12 -0
  42. package/dist/executors.d.ts +12 -0
  43. package/dist/executors.js +34 -0
  44. package/dist/executors.mjs +9 -0
  45. package/dist/generators.d.mts +19 -0
  46. package/dist/generators.d.ts +19 -0
  47. package/dist/generators.js +16 -0
  48. package/dist/generators.mjs +3 -0
  49. package/dist/index.d.mts +16 -0
  50. package/dist/index.d.ts +16 -0
  51. package/dist/index.js +53 -0
  52. package/dist/index.mjs +12 -0
  53. package/dist/src/base/base-executor.d.mts +27 -0
  54. package/dist/src/base/base-executor.d.ts +27 -0
  55. package/dist/src/base/base-executor.js +12 -0
  56. package/dist/src/base/base-executor.mjs +3 -0
  57. package/dist/src/base/base-executor.schema.d.d.mts +75 -0
  58. package/dist/src/base/base-executor.schema.d.d.ts +75 -0
  59. package/dist/src/base/base-executor.schema.d.js +2 -0
  60. package/dist/src/base/base-executor.schema.d.mjs +1 -0
  61. package/dist/src/base/base-executor.schema.d.ts +75 -0
  62. package/dist/src/base/base-executor.schema.json +77 -0
  63. package/dist/src/base/base-executor.untyped.d.mts +5 -0
  64. package/dist/src/base/base-executor.untyped.d.ts +5 -0
  65. package/dist/src/base/base-executor.untyped.js +10 -0
  66. package/dist/src/base/base-executor.untyped.mjs +2 -0
  67. package/dist/src/executors/build/executor.d.mts +8 -0
  68. package/dist/src/executors/build/executor.d.ts +8 -0
  69. package/dist/src/executors/build/executor.js +19 -0
  70. package/dist/src/executors/build/executor.mjs +4 -0
  71. package/dist/src/executors/build/untyped.d.mts +5 -0
  72. package/dist/src/executors/build/untyped.d.ts +5 -0
  73. package/dist/src/executors/build/untyped.js +37 -0
  74. package/dist/src/executors/build/untyped.mjs +33 -0
  75. package/dist/src/executors/clean/executor.d.mts +8 -0
  76. package/dist/src/executors/clean/executor.d.ts +8 -0
  77. package/dist/src/executors/clean/executor.js +19 -0
  78. package/dist/src/executors/clean/executor.mjs +4 -0
  79. package/dist/src/executors/clean/untyped.d.mts +5 -0
  80. package/dist/src/executors/clean/untyped.d.ts +5 -0
  81. package/dist/src/executors/clean/untyped.js +19 -0
  82. package/dist/src/executors/clean/untyped.mjs +15 -0
  83. package/dist/src/executors/docs/executor.d.mts +8 -0
  84. package/dist/src/executors/docs/executor.d.ts +8 -0
  85. package/dist/src/executors/docs/executor.js +19 -0
  86. package/dist/src/executors/docs/executor.mjs +4 -0
  87. package/dist/src/executors/docs/untyped.d.mts +5 -0
  88. package/dist/src/executors/docs/untyped.d.ts +5 -0
  89. package/dist/src/executors/docs/untyped.js +20 -0
  90. package/dist/src/executors/docs/untyped.mjs +16 -0
  91. package/dist/src/executors/lint/executor.d.mts +8 -0
  92. package/dist/src/executors/lint/executor.d.ts +8 -0
  93. package/dist/src/executors/lint/executor.js +19 -0
  94. package/dist/src/executors/lint/executor.mjs +4 -0
  95. package/dist/src/executors/lint/untyped.d.mts +5 -0
  96. package/dist/src/executors/lint/untyped.d.ts +5 -0
  97. package/dist/src/executors/lint/untyped.js +20 -0
  98. package/dist/src/executors/lint/untyped.mjs +16 -0
  99. package/dist/src/executors/prepare/executor.d.mts +8 -0
  100. package/dist/src/executors/prepare/executor.d.ts +8 -0
  101. package/dist/src/executors/prepare/executor.js +19 -0
  102. package/dist/src/executors/prepare/executor.mjs +4 -0
  103. package/dist/src/executors/prepare/untyped.d.mts +5 -0
  104. package/dist/src/executors/prepare/untyped.d.ts +5 -0
  105. package/dist/src/executors/prepare/untyped.js +11 -0
  106. package/dist/src/executors/prepare/untyped.mjs +3 -0
  107. package/dist/src/generators/sync/generator.d.mts +6 -0
  108. package/dist/src/generators/sync/generator.d.ts +6 -0
  109. package/dist/src/generators/sync/generator.js +17 -0
  110. package/dist/src/generators/sync/generator.mjs +2 -0
  111. package/dist/src/generators/sync/untyped.d.mts +5 -0
  112. package/dist/src/generators/sync/untyped.d.ts +5 -0
  113. package/dist/src/generators/sync/untyped.js +25 -0
  114. package/dist/src/generators/sync/untyped.mjs +21 -0
  115. package/dist/src/plugin/index.d.mts +8 -0
  116. package/dist/src/plugin/index.d.ts +8 -0
  117. package/dist/src/plugin/index.js +16 -0
  118. package/dist/src/plugin/index.mjs +3 -0
  119. package/docs/api/base-executor.schema.md +72 -0
  120. package/docs/api/build/schema.md +82 -0
  121. package/docs/api/clean/schema.md +72 -0
  122. package/docs/api/docs/schema.md +72 -0
  123. package/docs/api/lint/schema.md +72 -0
  124. package/docs/api/prepare/schema.md +72 -0
  125. package/docs/api/sync/schema.md +16 -0
  126. package/executors.json +30 -0
  127. package/generators.json +14 -0
  128. package/package.json +172 -0
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export = _default;
@@ -0,0 +1,20 @@
1
+ 'use strict';
2
+
3
+ var chunkED7GH5H4_js = require('../../../chunk-ED7GH5H4.js');
4
+ require('../../../chunk-XPEFTYN7.js');
5
+ require('../../../chunk-SHUYVCID.js');
6
+ var untyped = require('untyped');
7
+
8
+ var untyped_default2 = untyped.defineUntypedSchema({
9
+ ...chunkED7GH5H4_js.untyped_default,
10
+ $schema: {
11
+ id: "DocsExecutorSchema",
12
+ title: "Docs Executor",
13
+ description: "A type definition for the Powerlines - Docs executor schema",
14
+ required: []
15
+ }
16
+ });
17
+
18
+ module.exports = untyped_default2;
19
+
20
+ module.exports = exports.default;
@@ -0,0 +1,16 @@
1
+ import { untyped_default } from '../../../chunk-FK3VJFET.mjs';
2
+ import '../../../chunk-TCSCYVA7.mjs';
3
+ import '../../../chunk-O6YSETKJ.mjs';
4
+ import { defineUntypedSchema } from 'untyped';
5
+
6
+ var untyped_default2 = defineUntypedSchema({
7
+ ...untyped_default,
8
+ $schema: {
9
+ id: "DocsExecutorSchema",
10
+ title: "Docs Executor",
11
+ description: "A type definition for the Powerlines - Docs executor schema",
12
+ required: []
13
+ }
14
+ });
15
+
16
+ export { untyped_default2 as default };
@@ -0,0 +1,8 @@
1
+ import '@nx/devkit';
2
+ import '@storm-software/workspace-tools/types';
3
+ import 'powerlines';
4
+ import '../../base/base-executor.mjs';
5
+ export { e as default, a as executorFn } from '../../../executor-CIEyQL42.mjs';
6
+ import '@storm-software/config/types';
7
+ import 'powerlines/types/config';
8
+ import '../../base/base-executor.schema.d.mjs';
@@ -0,0 +1,8 @@
1
+ import '@nx/devkit';
2
+ import '@storm-software/workspace-tools/types';
3
+ import 'powerlines';
4
+ import '../../base/base-executor.js';
5
+ export { e as default, a as executorFn } from '../../../executor-BAcpDLQu.js';
6
+ import '@storm-software/config/types';
7
+ import 'powerlines/types/config';
8
+ import '../../base/base-executor.schema.d.js';
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var chunk3QPPK4K2_js = require('../../../chunk-3QPPK4K2.js');
6
+ require('../../../chunk-6UG6SXHV.js');
7
+ require('../../../chunk-HHPODCTP.js');
8
+ require('../../../chunk-SHUYVCID.js');
9
+
10
+
11
+
12
+ Object.defineProperty(exports, "default", {
13
+ enumerable: true,
14
+ get: function () { return chunk3QPPK4K2_js.executor_default; }
15
+ });
16
+ Object.defineProperty(exports, "executorFn", {
17
+ enumerable: true,
18
+ get: function () { return chunk3QPPK4K2_js.executorFn; }
19
+ });
@@ -0,0 +1,4 @@
1
+ export { executor_default as default, executorFn } from '../../../chunk-ESI25Y6Y.mjs';
2
+ import '../../../chunk-OZMYXUES.mjs';
3
+ import '../../../chunk-CYWOTYVX.mjs';
4
+ import '../../../chunk-O6YSETKJ.mjs';
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export { _default as default };
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export = _default;
@@ -0,0 +1,20 @@
1
+ 'use strict';
2
+
3
+ var chunkED7GH5H4_js = require('../../../chunk-ED7GH5H4.js');
4
+ require('../../../chunk-XPEFTYN7.js');
5
+ require('../../../chunk-SHUYVCID.js');
6
+ var untyped = require('untyped');
7
+
8
+ var untyped_default2 = untyped.defineUntypedSchema({
9
+ ...chunkED7GH5H4_js.untyped_default,
10
+ $schema: {
11
+ id: "LintExecutorSchema",
12
+ title: "Lint Executor",
13
+ description: "A type definition for the Powerlines - Lint executor schema",
14
+ required: []
15
+ }
16
+ });
17
+
18
+ module.exports = untyped_default2;
19
+
20
+ module.exports = exports.default;
@@ -0,0 +1,16 @@
1
+ import { untyped_default } from '../../../chunk-FK3VJFET.mjs';
2
+ import '../../../chunk-TCSCYVA7.mjs';
3
+ import '../../../chunk-O6YSETKJ.mjs';
4
+ import { defineUntypedSchema } from 'untyped';
5
+
6
+ var untyped_default2 = defineUntypedSchema({
7
+ ...untyped_default,
8
+ $schema: {
9
+ id: "LintExecutorSchema",
10
+ title: "Lint Executor",
11
+ description: "A type definition for the Powerlines - Lint executor schema",
12
+ required: []
13
+ }
14
+ });
15
+
16
+ export { untyped_default2 as default };
@@ -0,0 +1,8 @@
1
+ import '@nx/devkit';
2
+ import '@storm-software/workspace-tools/types';
3
+ import 'powerlines';
4
+ import '../../base/base-executor.mjs';
5
+ export { e as default, a as executorFn } from '../../../executor-D0PJOQkn.mjs';
6
+ import '@storm-software/config/types';
7
+ import 'powerlines/types/config';
8
+ import '../../base/base-executor.schema.d.mjs';
@@ -0,0 +1,8 @@
1
+ import '@nx/devkit';
2
+ import '@storm-software/workspace-tools/types';
3
+ import 'powerlines';
4
+ import '../../base/base-executor.js';
5
+ export { e as default, a as executorFn } from '../../../executor-CkqLFUNx.js';
6
+ import '@storm-software/config/types';
7
+ import 'powerlines/types/config';
8
+ import '../../base/base-executor.schema.d.js';
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var chunkWKH7IEJU_js = require('../../../chunk-WKH7IEJU.js');
6
+ require('../../../chunk-6UG6SXHV.js');
7
+ require('../../../chunk-HHPODCTP.js');
8
+ require('../../../chunk-SHUYVCID.js');
9
+
10
+
11
+
12
+ Object.defineProperty(exports, "default", {
13
+ enumerable: true,
14
+ get: function () { return chunkWKH7IEJU_js.executor_default; }
15
+ });
16
+ Object.defineProperty(exports, "executorFn", {
17
+ enumerable: true,
18
+ get: function () { return chunkWKH7IEJU_js.executorFn; }
19
+ });
@@ -0,0 +1,4 @@
1
+ export { executor_default as default, executorFn } from '../../../chunk-CQP2LCFV.mjs';
2
+ import '../../../chunk-OZMYXUES.mjs';
3
+ import '../../../chunk-CYWOTYVX.mjs';
4
+ import '../../../chunk-O6YSETKJ.mjs';
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export { _default as default };
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export = _default;
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunkED7GH5H4_js = require('../../../chunk-ED7GH5H4.js');
4
+ require('../../../chunk-XPEFTYN7.js');
5
+ require('../../../chunk-SHUYVCID.js');
6
+
7
+
8
+
9
+ module.exports = chunkED7GH5H4_js.untyped_default;
10
+
11
+ module.exports = exports.default;
@@ -0,0 +1,3 @@
1
+ export { untyped_default as default } from '../../../chunk-FK3VJFET.mjs';
2
+ import '../../../chunk-TCSCYVA7.mjs';
3
+ import '../../../chunk-O6YSETKJ.mjs';
@@ -0,0 +1,6 @@
1
+ import { Tree } from '@nx/devkit';
2
+ import { SyncGeneratorResult } from 'nx/src/utils/sync-generators';
3
+
4
+ declare function generatorFn(tree: Tree): Promise<SyncGeneratorResult>;
5
+
6
+ export { generatorFn as default, generatorFn };
@@ -0,0 +1,6 @@
1
+ import { Tree } from '@nx/devkit';
2
+ import { SyncGeneratorResult } from 'nx/src/utils/sync-generators';
3
+
4
+ declare function generatorFn(tree: Tree): Promise<SyncGeneratorResult>;
5
+
6
+ export { generatorFn as default, generatorFn };
@@ -0,0 +1,17 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var chunkWUJKJGEW_js = require('../../../chunk-WUJKJGEW.js');
6
+ require('../../../chunk-SHUYVCID.js');
7
+
8
+
9
+
10
+ Object.defineProperty(exports, "default", {
11
+ enumerable: true,
12
+ get: function () { return chunkWUJKJGEW_js.generator_default; }
13
+ });
14
+ Object.defineProperty(exports, "generatorFn", {
15
+ enumerable: true,
16
+ get: function () { return chunkWUJKJGEW_js.generatorFn; }
17
+ });
@@ -0,0 +1,2 @@
1
+ export { generator_default as default, generatorFn } from '../../../chunk-326QB2VK.mjs';
2
+ import '../../../chunk-O6YSETKJ.mjs';
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export { _default as default };
@@ -0,0 +1,5 @@
1
+ import * as untyped from 'untyped';
2
+
3
+ declare const _default: untyped.SchemaDefinition;
4
+
5
+ export = _default;
@@ -0,0 +1,25 @@
1
+ 'use strict';
2
+
3
+ require('../../../chunk-SHUYVCID.js');
4
+ var untyped = require('untyped');
5
+
6
+ var untyped_default = untyped.defineUntypedSchema({
7
+ $schema: {
8
+ id: "SyncGeneratorSchema",
9
+ title: "Sync Generator",
10
+ description: "A type definition for the Powerlines - Sync generator's options",
11
+ required: []
12
+ },
13
+ outOfSyncMessage: {
14
+ $schema: {
15
+ title: "Out of Sync Message",
16
+ type: "string",
17
+ description: "The message to display when the project is out of sync with the legal-message.txt file"
18
+ },
19
+ $default: "The legal-message.txt file needs to be created"
20
+ }
21
+ });
22
+
23
+ module.exports = untyped_default;
24
+
25
+ module.exports = exports.default;
@@ -0,0 +1,21 @@
1
+ import '../../../chunk-O6YSETKJ.mjs';
2
+ import { defineUntypedSchema } from 'untyped';
3
+
4
+ var untyped_default = defineUntypedSchema({
5
+ $schema: {
6
+ id: "SyncGeneratorSchema",
7
+ title: "Sync Generator",
8
+ description: "A type definition for the Powerlines - Sync generator's options",
9
+ required: []
10
+ },
11
+ outOfSyncMessage: {
12
+ $schema: {
13
+ title: "Out of Sync Message",
14
+ type: "string",
15
+ description: "The message to display when the project is out of sync with the legal-message.txt file"
16
+ },
17
+ $default: "The legal-message.txt file needs to be created"
18
+ }
19
+ });
20
+
21
+ export { untyped_default as default };
@@ -0,0 +1,8 @@
1
+ import { CreateNodesV2 } from '@nx/devkit';
2
+
3
+ declare const name = "powerlines/nx/plugin";
4
+ interface NxPluginOptions {
5
+ }
6
+ declare const createNodesV2: CreateNodesV2<NxPluginOptions>;
7
+
8
+ export { type NxPluginOptions, createNodesV2, name };
@@ -0,0 +1,8 @@
1
+ import { CreateNodesV2 } from '@nx/devkit';
2
+
3
+ declare const name = "powerlines/nx/plugin";
4
+ interface NxPluginOptions {
5
+ }
6
+ declare const createNodesV2: CreateNodesV2<NxPluginOptions>;
7
+
8
+ export { type NxPluginOptions, createNodesV2, name };
@@ -0,0 +1,16 @@
1
+ 'use strict';
2
+
3
+ var chunkOOERKIVS_js = require('../../chunk-OOERKIVS.js');
4
+ require('../../chunk-HHPODCTP.js');
5
+ require('../../chunk-SHUYVCID.js');
6
+
7
+
8
+
9
+ Object.defineProperty(exports, "createNodesV2", {
10
+ enumerable: true,
11
+ get: function () { return chunkOOERKIVS_js.createNodesV2; }
12
+ });
13
+ Object.defineProperty(exports, "name", {
14
+ enumerable: true,
15
+ get: function () { return chunkOOERKIVS_js.name; }
16
+ });
@@ -0,0 +1,3 @@
1
+ export { createNodesV2, name } from '../../chunk-2IKNOV7W.mjs';
2
+ import '../../chunk-CYWOTYVX.mjs';
3
+ import '../../chunk-O6YSETKJ.mjs';
@@ -0,0 +1,72 @@
1
+
2
+ <!-- Generated by @storm-software/untyped -->
3
+ <!-- Do not edit this file directly -->
4
+
5
+ # Base Executor
6
+
7
+ ## `outputPath`
8
+ - **Type**: `string`
9
+ - **Default**: `"dist/{projectRoot}"`
10
+
11
+ > Output Path
12
+
13
+
14
+ The output path for the build
15
+
16
+
17
+ ## `tsconfig`
18
+ - **Type**: `string`
19
+ - **Default**: `"{projectRoot}/tsconfig.json"`
20
+
21
+ > TypeScript Configuration File
22
+
23
+
24
+ The path to the tsconfig file
25
+
26
+
27
+ ## `configFile`
28
+ - **Type**: `string`
29
+ - **Default**: `"{projectRoot}/powerlines.config.ts"`
30
+
31
+ > Powerlines Configuration File
32
+
33
+
34
+ The path to the Powerlines configuration file
35
+
36
+
37
+ ## `mode`
38
+ - **Type**: `string`
39
+
40
+ > Mode
41
+
42
+
43
+ The build mode
44
+
45
+
46
+ ## `skipInstalls`
47
+ - **Type**: `boolean`
48
+
49
+ > Skip Installs
50
+
51
+
52
+ Skip installing dependencies during prepare stage
53
+
54
+
55
+ ## `skipCache`
56
+ - **Type**: `boolean`
57
+
58
+ > Skip Cache
59
+
60
+
61
+ Skip the caching mechanism during the build process (if required)
62
+
63
+
64
+ ## `logLevel`
65
+ - **Type**: `string`
66
+
67
+ > Log Level
68
+
69
+
70
+ The log level to use for the build process
71
+
72
+
@@ -0,0 +1,82 @@
1
+
2
+ <!-- Generated by @storm-software/untyped -->
3
+ <!-- Do not edit this file directly -->
4
+
5
+ # Build Executor
6
+
7
+ ## `outputPath`
8
+ - **Type**: `string`
9
+ - **Default**: `"dist/{projectRoot}"`
10
+
11
+ > Output Path
12
+
13
+
14
+ The output path for the build
15
+
16
+
17
+ ## `tsconfig`
18
+ - **Type**: `string`
19
+ - **Default**: `"{projectRoot}/tsconfig.json"`
20
+
21
+ > TypeScript Configuration File
22
+
23
+
24
+ The path to the tsconfig file
25
+
26
+
27
+ ## `configFile`
28
+ - **Type**: `string`
29
+ - **Default**: `"{projectRoot}/powerlines.config.ts"`
30
+
31
+ > Powerlines Configuration File
32
+
33
+
34
+ The path to the Powerlines configuration file
35
+
36
+
37
+ ## `mode`
38
+ - **Type**: `string`
39
+
40
+ > Mode
41
+
42
+
43
+ The build mode
44
+
45
+
46
+ ## `skipInstalls`
47
+ - **Type**: `boolean`
48
+
49
+ > Skip Installs
50
+
51
+
52
+ Skip installing dependencies before building
53
+
54
+
55
+ ## `skipCache`
56
+ - **Type**: `boolean`
57
+
58
+ > Skip Cache
59
+
60
+
61
+ Skip the cache when building
62
+
63
+
64
+ ## `logLevel`
65
+ - **Type**: `string`
66
+
67
+ > Log Level
68
+
69
+
70
+ The log level to use for the build process
71
+
72
+
73
+ ## `entry`
74
+ - **Type**: `any`
75
+ - **Default**: `{}`
76
+
77
+ > Entry Path(s)
78
+
79
+
80
+ The entry path(s) for the package
81
+
82
+
@@ -0,0 +1,72 @@
1
+
2
+ <!-- Generated by @storm-software/untyped -->
3
+ <!-- Do not edit this file directly -->
4
+
5
+ # Clean Executor
6
+
7
+ ## `outputPath`
8
+ - **Type**: `string`
9
+ - **Default**: `"dist/{projectRoot}"`
10
+
11
+ > Output Path
12
+
13
+
14
+ The output path for the build
15
+
16
+
17
+ ## `tsconfig`
18
+ - **Type**: `string`
19
+ - **Default**: `"{projectRoot}/tsconfig.json"`
20
+
21
+ > TypeScript Configuration File
22
+
23
+
24
+ The path to the tsconfig file
25
+
26
+
27
+ ## `configFile`
28
+ - **Type**: `string`
29
+ - **Default**: `"{projectRoot}/powerlines.config.ts"`
30
+
31
+ > Powerlines Configuration File
32
+
33
+
34
+ The path to the Powerlines configuration file
35
+
36
+
37
+ ## `mode`
38
+ - **Type**: `string`
39
+
40
+ > Mode
41
+
42
+
43
+ The build mode
44
+
45
+
46
+ ## `skipInstalls`
47
+ - **Type**: `boolean`
48
+
49
+ > Skip Installs
50
+
51
+
52
+ Skip installing dependencies during prepare stage
53
+
54
+
55
+ ## `skipCache`
56
+ - **Type**: `boolean`
57
+
58
+ > Skip Cache
59
+
60
+
61
+ Skip the caching mechanism during the build process (if required)
62
+
63
+
64
+ ## `logLevel`
65
+ - **Type**: `string`
66
+
67
+ > Log Level
68
+
69
+
70
+ The log level to use for the build process
71
+
72
+
@@ -0,0 +1,72 @@
1
+
2
+ <!-- Generated by @storm-software/untyped -->
3
+ <!-- Do not edit this file directly -->
4
+
5
+ # Docs Executor
6
+
7
+ ## `outputPath`
8
+ - **Type**: `string`
9
+ - **Default**: `"dist/{projectRoot}"`
10
+
11
+ > Output Path
12
+
13
+
14
+ The output path for the build
15
+
16
+
17
+ ## `tsconfig`
18
+ - **Type**: `string`
19
+ - **Default**: `"{projectRoot}/tsconfig.json"`
20
+
21
+ > TypeScript Configuration File
22
+
23
+
24
+ The path to the tsconfig file
25
+
26
+
27
+ ## `configFile`
28
+ - **Type**: `string`
29
+ - **Default**: `"{projectRoot}/powerlines.config.ts"`
30
+
31
+ > Powerlines Configuration File
32
+
33
+
34
+ The path to the Powerlines configuration file
35
+
36
+
37
+ ## `mode`
38
+ - **Type**: `string`
39
+
40
+ > Mode
41
+
42
+
43
+ The build mode
44
+
45
+
46
+ ## `skipInstalls`
47
+ - **Type**: `boolean`
48
+
49
+ > Skip Installs
50
+
51
+
52
+ Skip installing dependencies before building
53
+
54
+
55
+ ## `skipCache`
56
+ - **Type**: `boolean`
57
+
58
+ > Skip Cache
59
+
60
+
61
+ Skip the cache when building
62
+
63
+
64
+ ## `logLevel`
65
+ - **Type**: `string`
66
+
67
+ > Log Level
68
+
69
+
70
+ The log level to use for the build process
71
+
72
+