@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.
- package/LICENSE +201 -0
- package/README.md +490 -0
- package/dist/chunk-23KFTIT2.mjs +1 -0
- package/dist/chunk-2IKNOV7W.mjs +305 -0
- package/dist/chunk-326QB2VK.mjs +14 -0
- package/dist/chunk-3QPPK4K2.js +18 -0
- package/dist/chunk-5K7DMFAV.mjs +15 -0
- package/dist/chunk-6UG6SXHV.js +4307 -0
- package/dist/chunk-6ZABD5GY.js +18 -0
- package/dist/chunk-AKX3TTDA.js +18 -0
- package/dist/chunk-CQP2LCFV.mjs +19 -0
- package/dist/chunk-CYWOTYVX.mjs +108 -0
- package/dist/chunk-E6VIOC6R.mjs +19 -0
- package/dist/chunk-ED7GH5H4.js +30 -0
- package/dist/chunk-ESI25Y6Y.mjs +15 -0
- package/dist/chunk-FK3VJFET.mjs +28 -0
- package/dist/chunk-FXCIWWXO.mjs +15 -0
- package/dist/chunk-HHPODCTP.js +126 -0
- package/dist/chunk-N2YKXZ5R.js +2 -0
- package/dist/chunk-O6BSKBJP.js +26 -0
- package/dist/chunk-O6YSETKJ.mjs +4 -0
- package/dist/chunk-OOERKIVS.js +312 -0
- package/dist/chunk-OZMYXUES.mjs +4276 -0
- package/dist/chunk-SHUYVCID.js +6 -0
- package/dist/chunk-TCSCYVA7.mjs +76 -0
- package/dist/chunk-UV4HQO3Y.mjs +1 -0
- package/dist/chunk-WKH7IEJU.js +26 -0
- package/dist/chunk-WUJKJGEW.js +17 -0
- package/dist/chunk-XO62WWX4.js +2 -0
- package/dist/chunk-XPEFTYN7.js +82 -0
- package/dist/executor-B2Y0F4JC.d.ts +83 -0
- package/dist/executor-BAcpDLQu.d.ts +83 -0
- package/dist/executor-BHIUeaip.d.ts +93 -0
- package/dist/executor-BYGMOBlU.d.mts +83 -0
- package/dist/executor-Ba95I3EK.d.mts +93 -0
- package/dist/executor-CIEyQL42.d.mts +83 -0
- package/dist/executor-CkqLFUNx.d.ts +83 -0
- package/dist/executor-D055lNr2.d.ts +83 -0
- package/dist/executor-D0PJOQkn.d.mts +83 -0
- package/dist/executor-DsRaA9mk.d.mts +83 -0
- package/dist/executors.d.mts +12 -0
- package/dist/executors.d.ts +12 -0
- package/dist/executors.js +34 -0
- package/dist/executors.mjs +9 -0
- package/dist/generators.d.mts +19 -0
- package/dist/generators.d.ts +19 -0
- package/dist/generators.js +16 -0
- package/dist/generators.mjs +3 -0
- package/dist/index.d.mts +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +53 -0
- package/dist/index.mjs +12 -0
- package/dist/src/base/base-executor.d.mts +27 -0
- package/dist/src/base/base-executor.d.ts +27 -0
- package/dist/src/base/base-executor.js +12 -0
- package/dist/src/base/base-executor.mjs +3 -0
- package/dist/src/base/base-executor.schema.d.d.mts +75 -0
- package/dist/src/base/base-executor.schema.d.d.ts +75 -0
- package/dist/src/base/base-executor.schema.d.js +2 -0
- package/dist/src/base/base-executor.schema.d.mjs +1 -0
- package/dist/src/base/base-executor.schema.d.ts +75 -0
- package/dist/src/base/base-executor.schema.json +77 -0
- package/dist/src/base/base-executor.untyped.d.mts +5 -0
- package/dist/src/base/base-executor.untyped.d.ts +5 -0
- package/dist/src/base/base-executor.untyped.js +10 -0
- package/dist/src/base/base-executor.untyped.mjs +2 -0
- package/dist/src/executors/build/executor.d.mts +8 -0
- package/dist/src/executors/build/executor.d.ts +8 -0
- package/dist/src/executors/build/executor.js +19 -0
- package/dist/src/executors/build/executor.mjs +4 -0
- package/dist/src/executors/build/untyped.d.mts +5 -0
- package/dist/src/executors/build/untyped.d.ts +5 -0
- package/dist/src/executors/build/untyped.js +37 -0
- package/dist/src/executors/build/untyped.mjs +33 -0
- package/dist/src/executors/clean/executor.d.mts +8 -0
- package/dist/src/executors/clean/executor.d.ts +8 -0
- package/dist/src/executors/clean/executor.js +19 -0
- package/dist/src/executors/clean/executor.mjs +4 -0
- package/dist/src/executors/clean/untyped.d.mts +5 -0
- package/dist/src/executors/clean/untyped.d.ts +5 -0
- package/dist/src/executors/clean/untyped.js +19 -0
- package/dist/src/executors/clean/untyped.mjs +15 -0
- package/dist/src/executors/docs/executor.d.mts +8 -0
- package/dist/src/executors/docs/executor.d.ts +8 -0
- package/dist/src/executors/docs/executor.js +19 -0
- package/dist/src/executors/docs/executor.mjs +4 -0
- package/dist/src/executors/docs/untyped.d.mts +5 -0
- package/dist/src/executors/docs/untyped.d.ts +5 -0
- package/dist/src/executors/docs/untyped.js +20 -0
- package/dist/src/executors/docs/untyped.mjs +16 -0
- package/dist/src/executors/lint/executor.d.mts +8 -0
- package/dist/src/executors/lint/executor.d.ts +8 -0
- package/dist/src/executors/lint/executor.js +19 -0
- package/dist/src/executors/lint/executor.mjs +4 -0
- package/dist/src/executors/lint/untyped.d.mts +5 -0
- package/dist/src/executors/lint/untyped.d.ts +5 -0
- package/dist/src/executors/lint/untyped.js +20 -0
- package/dist/src/executors/lint/untyped.mjs +16 -0
- package/dist/src/executors/prepare/executor.d.mts +8 -0
- package/dist/src/executors/prepare/executor.d.ts +8 -0
- package/dist/src/executors/prepare/executor.js +19 -0
- package/dist/src/executors/prepare/executor.mjs +4 -0
- package/dist/src/executors/prepare/untyped.d.mts +5 -0
- package/dist/src/executors/prepare/untyped.d.ts +5 -0
- package/dist/src/executors/prepare/untyped.js +11 -0
- package/dist/src/executors/prepare/untyped.mjs +3 -0
- package/dist/src/generators/sync/generator.d.mts +6 -0
- package/dist/src/generators/sync/generator.d.ts +6 -0
- package/dist/src/generators/sync/generator.js +17 -0
- package/dist/src/generators/sync/generator.mjs +2 -0
- package/dist/src/generators/sync/untyped.d.mts +5 -0
- package/dist/src/generators/sync/untyped.d.ts +5 -0
- package/dist/src/generators/sync/untyped.js +25 -0
- package/dist/src/generators/sync/untyped.mjs +21 -0
- package/dist/src/plugin/index.d.mts +8 -0
- package/dist/src/plugin/index.d.ts +8 -0
- package/dist/src/plugin/index.js +16 -0
- package/dist/src/plugin/index.mjs +3 -0
- package/docs/api/base-executor.schema.md +72 -0
- package/docs/api/build/schema.md +82 -0
- package/docs/api/clean/schema.md +72 -0
- package/docs/api/docs/schema.md +72 -0
- package/docs/api/lint/schema.md +72 -0
- package/docs/api/prepare/schema.md +72 -0
- package/docs/api/sync/schema.md +16 -0
- package/executors.json +30 -0
- package/generators.json +14 -0
- package/package.json +172 -0
|
@@ -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,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,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,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,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,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,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
|
+
|