@shell-shock/nx 0.0.36 → 0.0.39

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 (288) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/base-executor-BkNTl-jk.d.mts +155 -0
  3. package/dist/base-executor-BkNTl-jk.d.mts.map +1 -0
  4. package/dist/{base-executor-BEOdY15z.cjs → base-executor-CkaF97Xd.js} +5 -8
  5. package/dist/{src/base-executor-WGeWcQ9x.mjs → base-executor-DUf5AdoE.mjs} +4 -6
  6. package/dist/base-executor-DUf5AdoE.mjs.map +1 -0
  7. package/dist/base-executor-FX7YJl7f.d.ts +155 -0
  8. package/dist/base-executor-FX7YJl7f.d.ts.map +1 -0
  9. package/dist/executors/build/executor.d.mts +154 -3
  10. package/dist/executors/build/executor.d.mts.map +1 -0
  11. package/dist/executors/build/executor.d.ts +154 -0
  12. package/dist/executors/build/executor.d.ts.map +1 -0
  13. package/dist/executors/build/executor.js +20 -0
  14. package/dist/executors/build/executor.mjs +17 -3
  15. package/dist/executors/build/executor.mjs.map +1 -0
  16. package/dist/executors/build/schema.d.ts +144 -0
  17. package/dist/executors/build/schema.json +163 -0
  18. package/dist/executors/clean/executor.d.mts +154 -3
  19. package/dist/executors/clean/executor.d.mts.map +1 -0
  20. package/dist/executors/clean/executor.d.ts +154 -0
  21. package/dist/executors/clean/executor.d.ts.map +1 -0
  22. package/dist/executors/clean/executor.js +15 -0
  23. package/dist/executors/clean/executor.mjs +13 -3
  24. package/dist/executors/clean/executor.mjs.map +1 -0
  25. package/dist/executors/clean/schema.d.ts +144 -0
  26. package/dist/executors/clean/schema.json +163 -0
  27. package/dist/executors/docs/executor.d.mts +154 -3
  28. package/dist/executors/docs/executor.d.mts.map +1 -0
  29. package/dist/executors/docs/executor.d.ts +154 -0
  30. package/dist/executors/docs/executor.d.ts.map +1 -0
  31. package/dist/executors/docs/executor.js +16 -0
  32. package/dist/executors/docs/executor.mjs +13 -3
  33. package/dist/executors/docs/executor.mjs.map +1 -0
  34. package/dist/executors/docs/schema.d.ts +144 -0
  35. package/dist/executors/docs/schema.json +163 -0
  36. package/dist/executors/lint/executor.d.mts +154 -3
  37. package/dist/executors/lint/executor.d.mts.map +1 -0
  38. package/dist/executors/lint/executor.d.ts +154 -0
  39. package/dist/executors/lint/executor.d.ts.map +1 -0
  40. package/dist/executors/lint/executor.js +16 -0
  41. package/dist/executors/lint/executor.mjs +13 -3
  42. package/dist/executors/lint/executor.mjs.map +1 -0
  43. package/dist/executors/lint/schema.d.ts +144 -0
  44. package/dist/executors/lint/schema.json +163 -0
  45. package/dist/executors/prepare/executor.d.mts +154 -3
  46. package/dist/executors/prepare/executor.d.mts.map +1 -0
  47. package/dist/executors/prepare/executor.d.ts +154 -0
  48. package/dist/executors/prepare/executor.d.ts.map +1 -0
  49. package/dist/executors/prepare/executor.js +20 -0
  50. package/dist/executors/prepare/executor.mjs +17 -3
  51. package/dist/executors/prepare/executor.mjs.map +1 -0
  52. package/dist/executors/prepare/schema.d.ts +144 -0
  53. package/dist/executors/prepare/schema.json +163 -0
  54. package/dist/index.d.mts +3 -9
  55. package/dist/index.d.ts +2 -0
  56. package/dist/index.js +18 -0
  57. package/dist/index.mjs +17 -9
  58. package/dist/index.mjs.map +1 -0
  59. package/dist/plugin/index.d.mts +8 -2
  60. package/dist/plugin/index.d.mts.map +1 -0
  61. package/dist/{index-BbciquDs.d.mts → plugin/index.d.ts} +3 -3
  62. package/dist/plugin/index.d.ts.map +1 -0
  63. package/dist/plugin/index.js +8 -0
  64. package/dist/plugin/index.mjs +7 -2
  65. package/dist/plugin/index.mjs.map +1 -0
  66. package/dist/src/base/base-executor.schema.d.ts +73 -19
  67. package/dist/src/base/base-executor.schema.json +102 -26
  68. package/dist/src/base-executor-BkNTl-jk.d.mts +155 -0
  69. package/dist/src/base-executor-BkNTl-jk.d.mts.map +1 -0
  70. package/dist/src/{base-executor-BEOdY15z.cjs → base-executor-CkaF97Xd.js} +5 -8
  71. package/dist/{base-executor-WGeWcQ9x.mjs → src/base-executor-DUf5AdoE.mjs} +4 -6
  72. package/dist/src/base-executor-DUf5AdoE.mjs.map +1 -0
  73. package/dist/src/base-executor-FX7YJl7f.d.ts +155 -0
  74. package/dist/src/base-executor-FX7YJl7f.d.ts.map +1 -0
  75. package/dist/src/executors/build/executor.d.mts +154 -3
  76. package/dist/src/executors/build/executor.d.mts.map +1 -0
  77. package/dist/src/executors/build/executor.d.ts +154 -0
  78. package/dist/src/executors/build/executor.d.ts.map +1 -0
  79. package/dist/src/executors/build/executor.js +20 -0
  80. package/dist/src/executors/build/executor.mjs +17 -3
  81. package/dist/src/executors/build/executor.mjs.map +1 -0
  82. package/dist/src/executors/build/schema.d.ts +83 -23
  83. package/dist/src/executors/build/schema.json +112 -43
  84. package/dist/src/executors/clean/executor.d.mts +154 -3
  85. package/dist/src/executors/clean/executor.d.mts.map +1 -0
  86. package/dist/src/executors/clean/executor.d.ts +154 -0
  87. package/dist/src/executors/clean/executor.d.ts.map +1 -0
  88. package/dist/src/executors/clean/executor.js +15 -0
  89. package/dist/src/executors/clean/executor.mjs +13 -3
  90. package/dist/src/executors/clean/executor.mjs.map +1 -0
  91. package/dist/src/executors/clean/schema.d.ts +83 -23
  92. package/dist/src/executors/clean/schema.json +112 -43
  93. package/dist/src/executors/docs/executor.d.mts +154 -3
  94. package/dist/src/executors/docs/executor.d.mts.map +1 -0
  95. package/dist/src/executors/docs/executor.d.ts +154 -0
  96. package/dist/src/executors/docs/executor.d.ts.map +1 -0
  97. package/dist/src/executors/docs/executor.js +16 -0
  98. package/dist/src/executors/docs/executor.mjs +13 -3
  99. package/dist/src/executors/docs/executor.mjs.map +1 -0
  100. package/dist/src/executors/docs/schema.d.ts +83 -23
  101. package/dist/src/executors/docs/schema.json +112 -43
  102. package/dist/src/executors/lint/executor.d.mts +154 -3
  103. package/dist/src/executors/lint/executor.d.mts.map +1 -0
  104. package/dist/src/executors/lint/executor.d.ts +154 -0
  105. package/dist/src/executors/lint/executor.d.ts.map +1 -0
  106. package/dist/src/executors/lint/executor.js +16 -0
  107. package/dist/src/executors/lint/executor.mjs +13 -3
  108. package/dist/src/executors/lint/executor.mjs.map +1 -0
  109. package/dist/src/executors/lint/schema.d.ts +83 -23
  110. package/dist/src/executors/lint/schema.json +112 -43
  111. package/dist/src/executors/prepare/executor.d.mts +154 -3
  112. package/dist/src/executors/prepare/executor.d.mts.map +1 -0
  113. package/dist/src/executors/prepare/executor.d.ts +154 -0
  114. package/dist/src/executors/prepare/executor.d.ts.map +1 -0
  115. package/dist/src/executors/prepare/executor.js +20 -0
  116. package/dist/src/executors/prepare/executor.mjs +17 -3
  117. package/dist/src/executors/prepare/executor.mjs.map +1 -0
  118. package/dist/src/executors/prepare/schema.d.ts +83 -23
  119. package/dist/src/executors/prepare/schema.json +112 -43
  120. package/dist/src/index.d.mts +3 -9
  121. package/dist/src/index.d.ts +2 -0
  122. package/dist/src/index.js +18 -0
  123. package/dist/src/index.mjs +17 -9
  124. package/dist/src/index.mjs.map +1 -0
  125. package/dist/src/plugin/index.d.mts +8 -2
  126. package/dist/src/plugin/index.d.mts.map +1 -0
  127. package/dist/{index-COXDf824.d.cts → src/plugin/index.d.ts} +3 -3
  128. package/dist/src/plugin/index.d.ts.map +1 -0
  129. package/dist/src/plugin/index.js +8 -0
  130. package/dist/src/plugin/index.mjs +7 -2
  131. package/dist/src/plugin/index.mjs.map +1 -0
  132. package/docs/api/base-executor.schema.md +70 -19
  133. package/docs/api/build/schema.md +83 -24
  134. package/docs/api/clean/schema.md +83 -24
  135. package/docs/api/docs/schema.md +83 -24
  136. package/docs/api/lint/schema.md +83 -24
  137. package/docs/api/prepare/schema.md +83 -24
  138. package/package.json +37 -50
  139. package/dist/base-executor-BEOdY15z.cjs.map +0 -1
  140. package/dist/base-executor-C986ypeP.d.mts +0 -89
  141. package/dist/base-executor-C986ypeP.d.mts.map +0 -1
  142. package/dist/base-executor-Dm4OV5-b.d.cts +0 -89
  143. package/dist/base-executor-Dm4OV5-b.d.cts.map +0 -1
  144. package/dist/base-executor-WGeWcQ9x.mjs.map +0 -1
  145. package/dist/executor-4-xDAK3Q.d.cts +0 -94
  146. package/dist/executor-4-xDAK3Q.d.cts.map +0 -1
  147. package/dist/executor-96dASirt.d.cts +0 -94
  148. package/dist/executor-96dASirt.d.cts.map +0 -1
  149. package/dist/executor-BAfZ_2mt.mjs +0 -24
  150. package/dist/executor-BAfZ_2mt.mjs.map +0 -1
  151. package/dist/executor-BB0fklpZ.mjs +0 -24
  152. package/dist/executor-BB0fklpZ.mjs.map +0 -1
  153. package/dist/executor-BaLNOEzG.d.mts +0 -94
  154. package/dist/executor-BaLNOEzG.d.mts.map +0 -1
  155. package/dist/executor-BbNRVowe.d.cts +0 -94
  156. package/dist/executor-BbNRVowe.d.cts.map +0 -1
  157. package/dist/executor-Bbdfz3vU.d.mts +0 -94
  158. package/dist/executor-Bbdfz3vU.d.mts.map +0 -1
  159. package/dist/executor-BdDn8ZPU.cjs +0 -36
  160. package/dist/executor-BdDn8ZPU.cjs.map +0 -1
  161. package/dist/executor-BpeEDqH7.cjs +0 -36
  162. package/dist/executor-BpeEDqH7.cjs.map +0 -1
  163. package/dist/executor-C5QxZhO7.mjs +0 -24
  164. package/dist/executor-C5QxZhO7.mjs.map +0 -1
  165. package/dist/executor-COGLRU0m.cjs +0 -35
  166. package/dist/executor-COGLRU0m.cjs.map +0 -1
  167. package/dist/executor-CiTDecl1.d.cts +0 -94
  168. package/dist/executor-CiTDecl1.d.cts.map +0 -1
  169. package/dist/executor-CqzPUm3D.mjs +0 -24
  170. package/dist/executor-CqzPUm3D.mjs.map +0 -1
  171. package/dist/executor-D-CbgdfW.d.cts +0 -94
  172. package/dist/executor-D-CbgdfW.d.cts.map +0 -1
  173. package/dist/executor-D2Vww0YS.d.mts +0 -94
  174. package/dist/executor-D2Vww0YS.d.mts.map +0 -1
  175. package/dist/executor-DZVLtlig.d.mts +0 -94
  176. package/dist/executor-DZVLtlig.d.mts.map +0 -1
  177. package/dist/executor-Df7WIF5r.cjs +0 -36
  178. package/dist/executor-Df7WIF5r.cjs.map +0 -1
  179. package/dist/executor-Dih1DtWS.cjs +0 -36
  180. package/dist/executor-Dih1DtWS.cjs.map +0 -1
  181. package/dist/executor-MgQPT_ao.d.mts +0 -94
  182. package/dist/executor-MgQPT_ao.d.mts.map +0 -1
  183. package/dist/executor-yO6eAP0j.mjs +0 -24
  184. package/dist/executor-yO6eAP0j.mjs.map +0 -1
  185. package/dist/executors/build/executor.cjs +0 -6
  186. package/dist/executors/build/executor.d.cts +0 -3
  187. package/dist/executors/clean/executor.cjs +0 -6
  188. package/dist/executors/clean/executor.d.cts +0 -3
  189. package/dist/executors/docs/executor.cjs +0 -6
  190. package/dist/executors/docs/executor.d.cts +0 -3
  191. package/dist/executors/lint/executor.cjs +0 -6
  192. package/dist/executors/lint/executor.d.cts +0 -3
  193. package/dist/executors/prepare/executor.cjs +0 -6
  194. package/dist/executors/prepare/executor.d.cts +0 -3
  195. package/dist/executors-0N4uK0Ll.mjs +0 -0
  196. package/dist/executors-BJFR9wj9.cjs +0 -0
  197. package/dist/executors-Dvb23_Uh.d.cts +0 -1
  198. package/dist/executors-DxVudqU1.d.mts +0 -1
  199. package/dist/executors.cjs +0 -13
  200. package/dist/executors.d.cts +0 -8
  201. package/dist/executors.d.mts +0 -8
  202. package/dist/executors.mjs +0 -9
  203. package/dist/index-BbciquDs.d.mts.map +0 -1
  204. package/dist/index-COXDf824.d.cts.map +0 -1
  205. package/dist/index.cjs +0 -15
  206. package/dist/index.d.cts +0 -9
  207. package/dist/plugin/index.cjs +0 -3
  208. package/dist/plugin/index.d.cts +0 -2
  209. package/dist/plugin-BbxHKJnF.mjs +0 -8
  210. package/dist/plugin-BbxHKJnF.mjs.map +0 -1
  211. package/dist/plugin-jIPJzmTp.cjs +0 -14
  212. package/dist/plugin-jIPJzmTp.cjs.map +0 -1
  213. package/dist/src/base-executor-BEOdY15z.cjs.map +0 -1
  214. package/dist/src/base-executor-C986ypeP.d.mts +0 -89
  215. package/dist/src/base-executor-C986ypeP.d.mts.map +0 -1
  216. package/dist/src/base-executor-Dm4OV5-b.d.cts +0 -89
  217. package/dist/src/base-executor-Dm4OV5-b.d.cts.map +0 -1
  218. package/dist/src/base-executor-WGeWcQ9x.mjs.map +0 -1
  219. package/dist/src/executor-4-xDAK3Q.d.cts +0 -94
  220. package/dist/src/executor-4-xDAK3Q.d.cts.map +0 -1
  221. package/dist/src/executor-96dASirt.d.cts +0 -94
  222. package/dist/src/executor-96dASirt.d.cts.map +0 -1
  223. package/dist/src/executor-BAfZ_2mt.mjs +0 -24
  224. package/dist/src/executor-BAfZ_2mt.mjs.map +0 -1
  225. package/dist/src/executor-BB0fklpZ.mjs +0 -24
  226. package/dist/src/executor-BB0fklpZ.mjs.map +0 -1
  227. package/dist/src/executor-BaLNOEzG.d.mts +0 -94
  228. package/dist/src/executor-BaLNOEzG.d.mts.map +0 -1
  229. package/dist/src/executor-BbNRVowe.d.cts +0 -94
  230. package/dist/src/executor-BbNRVowe.d.cts.map +0 -1
  231. package/dist/src/executor-Bbdfz3vU.d.mts +0 -94
  232. package/dist/src/executor-Bbdfz3vU.d.mts.map +0 -1
  233. package/dist/src/executor-BdDn8ZPU.cjs +0 -36
  234. package/dist/src/executor-BdDn8ZPU.cjs.map +0 -1
  235. package/dist/src/executor-BpeEDqH7.cjs +0 -36
  236. package/dist/src/executor-BpeEDqH7.cjs.map +0 -1
  237. package/dist/src/executor-C5QxZhO7.mjs +0 -24
  238. package/dist/src/executor-C5QxZhO7.mjs.map +0 -1
  239. package/dist/src/executor-COGLRU0m.cjs +0 -35
  240. package/dist/src/executor-COGLRU0m.cjs.map +0 -1
  241. package/dist/src/executor-CiTDecl1.d.cts +0 -94
  242. package/dist/src/executor-CiTDecl1.d.cts.map +0 -1
  243. package/dist/src/executor-CqzPUm3D.mjs +0 -24
  244. package/dist/src/executor-CqzPUm3D.mjs.map +0 -1
  245. package/dist/src/executor-D-CbgdfW.d.cts +0 -94
  246. package/dist/src/executor-D-CbgdfW.d.cts.map +0 -1
  247. package/dist/src/executor-D2Vww0YS.d.mts +0 -94
  248. package/dist/src/executor-D2Vww0YS.d.mts.map +0 -1
  249. package/dist/src/executor-DZVLtlig.d.mts +0 -94
  250. package/dist/src/executor-DZVLtlig.d.mts.map +0 -1
  251. package/dist/src/executor-Df7WIF5r.cjs +0 -36
  252. package/dist/src/executor-Df7WIF5r.cjs.map +0 -1
  253. package/dist/src/executor-Dih1DtWS.cjs +0 -36
  254. package/dist/src/executor-Dih1DtWS.cjs.map +0 -1
  255. package/dist/src/executor-MgQPT_ao.d.mts +0 -94
  256. package/dist/src/executor-MgQPT_ao.d.mts.map +0 -1
  257. package/dist/src/executor-yO6eAP0j.mjs +0 -24
  258. package/dist/src/executor-yO6eAP0j.mjs.map +0 -1
  259. package/dist/src/executors/build/executor.cjs +0 -6
  260. package/dist/src/executors/build/executor.d.cts +0 -3
  261. package/dist/src/executors/clean/executor.cjs +0 -6
  262. package/dist/src/executors/clean/executor.d.cts +0 -3
  263. package/dist/src/executors/docs/executor.cjs +0 -6
  264. package/dist/src/executors/docs/executor.d.cts +0 -3
  265. package/dist/src/executors/lint/executor.cjs +0 -6
  266. package/dist/src/executors/lint/executor.d.cts +0 -3
  267. package/dist/src/executors/prepare/executor.cjs +0 -6
  268. package/dist/src/executors/prepare/executor.d.cts +0 -3
  269. package/dist/src/executors-0N4uK0Ll.mjs +0 -0
  270. package/dist/src/executors-BJFR9wj9.cjs +0 -0
  271. package/dist/src/executors-Dvb23_Uh.d.cts +0 -1
  272. package/dist/src/executors-DxVudqU1.d.mts +0 -1
  273. package/dist/src/executors.cjs +0 -13
  274. package/dist/src/executors.d.cts +0 -8
  275. package/dist/src/executors.d.mts +0 -8
  276. package/dist/src/executors.mjs +0 -9
  277. package/dist/src/index-BbciquDs.d.mts +0 -8
  278. package/dist/src/index-BbciquDs.d.mts.map +0 -1
  279. package/dist/src/index-COXDf824.d.cts +0 -8
  280. package/dist/src/index-COXDf824.d.cts.map +0 -1
  281. package/dist/src/index.cjs +0 -15
  282. package/dist/src/index.d.cts +0 -9
  283. package/dist/src/plugin/index.cjs +0 -3
  284. package/dist/src/plugin/index.d.cts +0 -2
  285. package/dist/src/plugin-BbxHKJnF.mjs +0 -8
  286. package/dist/src/plugin-BbxHKJnF.mjs.map +0 -1
  287. package/dist/src/plugin-jIPJzmTp.cjs +0 -14
  288. package/dist/src/plugin-jIPJzmTp.cjs.map +0 -1
@@ -1,3 +1,8 @@
1
- import { t as createNodesV2 } from "../plugin-BbxHKJnF.mjs";
1
+ import { createNxPlugin } from "@powerlines/nx";
2
2
 
3
- export { createNodesV2 };
3
+ //#region src/plugin/index.ts
4
+ const createNodesV2 = createNxPlugin({ framework: "shell-shock" });
5
+
6
+ //#endregion
7
+ export { createNodesV2 };
8
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","names":["createNodesV2: CreateNodesV2<NxPluginOptions>"],"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\";\n\nexport const createNodesV2: CreateNodesV2<NxPluginOptions> =\n createNxPlugin<NxPluginOptions>({\n framework: \"shell-shock\"\n });\n"],"mappings":";;;AAsBA,MAAaA,gBACX,eAAgC,EAC9B,WAAW,eACZ,CAAC"}
@@ -4,60 +4,109 @@
4
4
 
5
5
  # Base Executor
6
6
 
7
- ## `outputPath`
7
+ ## `configFile`
8
8
  - **Type**: `string`
9
- - **Default**: `"dist/{projectRoot}"`
9
+ - **Default**: `"{projectRoot}/powerlines.config.ts"`
10
+
11
+ > Powerlines Configuration File
12
+
13
+
14
+ The path to the Powerlines configuration file
10
15
 
11
- > Output Path
12
16
 
17
+ ## `input`
18
+ - **Type**: `array`
13
19
 
14
- The output path for the build
20
+ > Input Entry File(s)
21
+
22
+
23
+ The entry file(s) that serve as the input for the project
15
24
 
16
25
 
17
26
  ## `tsconfig`
18
27
  - **Type**: `string`
28
+ - **Default**: `"{projectRoot}/tsconfig.json"`
19
29
 
20
- > TypeScript Configuration File
30
+ > TSConfig Path
21
31
 
22
32
 
23
33
  The path to the tsconfig file
24
34
 
25
35
 
26
- ## `configFile`
36
+ ## `outputPath`
27
37
  - **Type**: `string`
28
- - **Default**: `"{projectRoot}/shell-shock.config.ts"`
29
38
 
30
- > Shell Shock Configuration File
39
+ > Output Path
31
40
 
32
41
 
33
- The path to the Shell Shock configuration file
42
+ The path to the output directory for the build artifacts
34
43
 
35
44
 
36
- ## `mode`
45
+ ## `sourceMap`
46
+ - **Type**: `boolean`
47
+
48
+ > Sourcemap
49
+
50
+
51
+ Generate a sourcemap
52
+
53
+
54
+ ## `format`
55
+ - **Type**: `array`
56
+ - **Default**: `["cjs","esm"]`
57
+
58
+ > Format
59
+
60
+
61
+ The format to build
62
+
63
+
64
+ ## `platform`
37
65
  - **Type**: `string`
66
+ - **Default**: `"neutral"`
38
67
 
39
- > Mode
68
+ > Platform
40
69
 
41
70
 
42
- The build mode
71
+ The platform to build
43
72
 
44
73
 
45
- ## `autoInstall`
46
- - **Type**: `boolean`
74
+ ## `external`
75
+ - **Type**: `array`
76
+ - **Default**: `[]`
77
+
78
+ > External
79
+
80
+
81
+ The external dependencies
82
+
83
+
84
+ ## `noExternal`
85
+ - **Type**: `array`
86
+ - **Default**: `[]`
47
87
 
48
- > Auto Install
88
+ > No External
49
89
 
50
90
 
51
- Automatically install dependencies during prepare stage
91
+ The dependencies that should not be treated as external
52
92
 
53
93
 
54
- ## `skipCache`
94
+ ## `skipNodeModulesBundle`
55
95
  - **Type**: `boolean`
56
96
 
57
- > Skip Cache
97
+ > Skip Node Modules Bundle
58
98
 
59
99
 
60
- Skip the caching mechanism during the build process (if required)
100
+ Skip bundling node_modules during the build process (if required)
101
+
102
+
103
+ ## `mode`
104
+ - **Type**: `string`
105
+
106
+ > Mode
107
+
108
+
109
+ The build mode
61
110
 
62
111
 
63
112
  ## `logLevel`
@@ -69,3 +118,5 @@ Skip the caching mechanism during the build process (if required)
69
118
  The log level to use for the build process
70
119
 
71
120
 
121
+ ## `define`
122
+
@@ -4,60 +4,109 @@
4
4
 
5
5
  # Build Executor
6
6
 
7
- ## `outputPath`
7
+ ## `configFile`
8
8
  - **Type**: `string`
9
- - **Default**: `"dist/{projectRoot}"`
9
+ - **Default**: `"{projectRoot}/powerlines.config.ts"`
10
10
 
11
- > Output Path
11
+ > Powerlines Configuration File
12
+
13
+
14
+ The path to the Powerlines configuration file
15
+
16
+
17
+ ## `input`
18
+ - **Type**: `array`
12
19
 
20
+ > Input Entry File(s)
13
21
 
14
- The output path for the build
22
+
23
+ The entry file(s) that serve as the input for the project
15
24
 
16
25
 
17
26
  ## `tsconfig`
18
27
  - **Type**: `string`
28
+ - **Default**: `"{projectRoot}/tsconfig.json"`
19
29
 
20
- > TypeScript Configuration File
30
+ > TSConfig Path
21
31
 
22
32
 
23
33
  The path to the tsconfig file
24
34
 
25
35
 
26
- ## `configFile`
36
+ ## `outputPath`
27
37
  - **Type**: `string`
28
- - **Default**: `"{projectRoot}/shell-shock.config.ts"`
29
38
 
30
- > Shell Shock Configuration File
39
+ > Output Path
31
40
 
32
41
 
33
- The path to the Shell Shock configuration file
42
+ The path to the output directory for the build artifacts
34
43
 
35
44
 
36
- ## `mode`
45
+ ## `sourceMap`
46
+ - **Type**: `boolean`
47
+
48
+ > Sourcemap
49
+
50
+
51
+ Generate a sourcemap
52
+
53
+
54
+ ## `format`
55
+ - **Type**: `array`
56
+ - **Default**: `["cjs","esm"]`
57
+
58
+ > Format
59
+
60
+
61
+ The format to build
62
+
63
+
64
+ ## `platform`
37
65
  - **Type**: `string`
66
+ - **Default**: `"neutral"`
38
67
 
39
- > Mode
68
+ > Platform
40
69
 
41
70
 
42
- The build mode
71
+ The platform to build
43
72
 
44
73
 
45
- ## `autoInstall`
46
- - **Type**: `boolean`
74
+ ## `external`
75
+ - **Type**: `array`
76
+ - **Default**: `[]`
47
77
 
48
- > Auto Install
78
+ > External
49
79
 
50
80
 
51
- Automatically install dependencies before building
81
+ The external dependencies
52
82
 
53
83
 
54
- ## `skipCache`
84
+ ## `noExternal`
85
+ - **Type**: `array`
86
+ - **Default**: `[]`
87
+
88
+ > No External
89
+
90
+
91
+ The dependencies that should not be treated as external
92
+
93
+
94
+ ## `skipNodeModulesBundle`
55
95
  - **Type**: `boolean`
56
96
 
57
- > Skip Cache
97
+ > Skip Node Modules Bundle
98
+
99
+
100
+ Skip bundling node_modules during the build process (if required)
101
+
102
+
103
+ ## `mode`
104
+ - **Type**: `string`
105
+
106
+ > Mode
58
107
 
59
108
 
60
- Skip the cache when building
109
+ The build mode
61
110
 
62
111
 
63
112
  ## `logLevel`
@@ -69,13 +118,23 @@ Skip the cache when building
69
118
  The log level to use for the build process
70
119
 
71
120
 
72
- ## `entry`
73
- - **Type**: `any`
74
- - **Default**: `{}`
121
+ ## `define`
122
+
123
+ ## `autoInstall`
124
+ - **Type**: `boolean`
125
+
126
+ > Auto Install
127
+
128
+
129
+ Automatically install dependencies during prepare stage
75
130
 
76
- > Entry Path(s)
131
+
132
+ ## `skipCache`
133
+ - **Type**: `boolean`
134
+
135
+ > Skip Cache
77
136
 
78
137
 
79
- The entry path(s) for the package
138
+ Skip the caching mechanism during the build process (if required)
80
139
 
81
140
 
@@ -4,60 +4,109 @@
4
4
 
5
5
  # Clean Executor
6
6
 
7
- ## `outputPath`
7
+ ## `configFile`
8
8
  - **Type**: `string`
9
- - **Default**: `"dist/{projectRoot}"`
9
+ - **Default**: `"{projectRoot}/powerlines.config.ts"`
10
10
 
11
- > Output Path
11
+ > Powerlines Configuration File
12
+
13
+
14
+ The path to the Powerlines configuration file
15
+
16
+
17
+ ## `input`
18
+ - **Type**: `array`
12
19
 
20
+ > Input Entry File(s)
13
21
 
14
- The output path for the build
22
+
23
+ The entry file(s) that serve as the input for the project
15
24
 
16
25
 
17
26
  ## `tsconfig`
18
27
  - **Type**: `string`
28
+ - **Default**: `"{projectRoot}/tsconfig.json"`
19
29
 
20
- > TypeScript Configuration File
30
+ > TSConfig Path
21
31
 
22
32
 
23
33
  The path to the tsconfig file
24
34
 
25
35
 
26
- ## `configFile`
36
+ ## `outputPath`
27
37
  - **Type**: `string`
28
- - **Default**: `"{projectRoot}/shell-shock.config.ts"`
29
38
 
30
- > Shell Shock Configuration File
39
+ > Output Path
31
40
 
32
41
 
33
- The path to the Shell Shock configuration file
42
+ The path to the output directory for the build artifacts
34
43
 
35
44
 
36
- ## `mode`
45
+ ## `sourceMap`
46
+ - **Type**: `boolean`
47
+
48
+ > Sourcemap
49
+
50
+
51
+ Generate a sourcemap
52
+
53
+
54
+ ## `format`
55
+ - **Type**: `array`
56
+ - **Default**: `["cjs","esm"]`
57
+
58
+ > Format
59
+
60
+
61
+ The format to build
62
+
63
+
64
+ ## `platform`
37
65
  - **Type**: `string`
66
+ - **Default**: `"neutral"`
38
67
 
39
- > Mode
68
+ > Platform
40
69
 
41
70
 
42
- The build mode
71
+ The platform to build
43
72
 
44
73
 
45
- ## `autoInstall`
46
- - **Type**: `boolean`
74
+ ## `external`
75
+ - **Type**: `array`
76
+ - **Default**: `[]`
47
77
 
48
- > Auto Install
78
+ > External
49
79
 
50
80
 
51
- Automatically install dependencies before building
81
+ The external dependencies
52
82
 
53
83
 
54
- ## `skipCache`
84
+ ## `noExternal`
85
+ - **Type**: `array`
86
+ - **Default**: `[]`
87
+
88
+ > No External
89
+
90
+
91
+ The dependencies that should not be treated as external
92
+
93
+
94
+ ## `skipNodeModulesBundle`
55
95
  - **Type**: `boolean`
56
96
 
57
- > Skip Cache
97
+ > Skip Node Modules Bundle
98
+
99
+
100
+ Skip bundling node_modules during the build process (if required)
101
+
102
+
103
+ ## `mode`
104
+ - **Type**: `string`
105
+
106
+ > Mode
58
107
 
59
108
 
60
- Skip the cache when building
109
+ The build mode
61
110
 
62
111
 
63
112
  ## `logLevel`
@@ -69,13 +118,23 @@ Skip the cache when building
69
118
  The log level to use for the build process
70
119
 
71
120
 
72
- ## `entry`
73
- - **Type**: `any`
74
- - **Default**: `{}`
121
+ ## `define`
122
+
123
+ ## `autoInstall`
124
+ - **Type**: `boolean`
125
+
126
+ > Auto Install
127
+
128
+
129
+ Automatically install dependencies during prepare stage
75
130
 
76
- > Entry Path(s)
131
+
132
+ ## `skipCache`
133
+ - **Type**: `boolean`
134
+
135
+ > Skip Cache
77
136
 
78
137
 
79
- The entry path(s) for the package
138
+ Skip the caching mechanism during the build process (if required)
80
139
 
81
140
 
@@ -4,60 +4,109 @@
4
4
 
5
5
  # Docs Executor
6
6
 
7
- ## `outputPath`
7
+ ## `configFile`
8
8
  - **Type**: `string`
9
- - **Default**: `"dist/{projectRoot}"`
9
+ - **Default**: `"{projectRoot}/powerlines.config.ts"`
10
10
 
11
- > Output Path
11
+ > Powerlines Configuration File
12
+
13
+
14
+ The path to the Powerlines configuration file
15
+
16
+
17
+ ## `input`
18
+ - **Type**: `array`
12
19
 
20
+ > Input Entry File(s)
13
21
 
14
- The output path for the build
22
+
23
+ The entry file(s) that serve as the input for the project
15
24
 
16
25
 
17
26
  ## `tsconfig`
18
27
  - **Type**: `string`
28
+ - **Default**: `"{projectRoot}/tsconfig.json"`
19
29
 
20
- > TypeScript Configuration File
30
+ > TSConfig Path
21
31
 
22
32
 
23
33
  The path to the tsconfig file
24
34
 
25
35
 
26
- ## `configFile`
36
+ ## `outputPath`
27
37
  - **Type**: `string`
28
- - **Default**: `"{projectRoot}/shell-shock.config.ts"`
29
38
 
30
- > Shell Shock Configuration File
39
+ > Output Path
31
40
 
32
41
 
33
- The path to the Shell Shock configuration file
42
+ The path to the output directory for the build artifacts
34
43
 
35
44
 
36
- ## `mode`
45
+ ## `sourceMap`
46
+ - **Type**: `boolean`
47
+
48
+ > Sourcemap
49
+
50
+
51
+ Generate a sourcemap
52
+
53
+
54
+ ## `format`
55
+ - **Type**: `array`
56
+ - **Default**: `["cjs","esm"]`
57
+
58
+ > Format
59
+
60
+
61
+ The format to build
62
+
63
+
64
+ ## `platform`
37
65
  - **Type**: `string`
66
+ - **Default**: `"neutral"`
38
67
 
39
- > Mode
68
+ > Platform
40
69
 
41
70
 
42
- The build mode
71
+ The platform to build
43
72
 
44
73
 
45
- ## `autoInstall`
46
- - **Type**: `boolean`
74
+ ## `external`
75
+ - **Type**: `array`
76
+ - **Default**: `[]`
47
77
 
48
- > Auto Install
78
+ > External
49
79
 
50
80
 
51
- Automatically install dependencies before building
81
+ The external dependencies
52
82
 
53
83
 
54
- ## `skipCache`
84
+ ## `noExternal`
85
+ - **Type**: `array`
86
+ - **Default**: `[]`
87
+
88
+ > No External
89
+
90
+
91
+ The dependencies that should not be treated as external
92
+
93
+
94
+ ## `skipNodeModulesBundle`
55
95
  - **Type**: `boolean`
56
96
 
57
- > Skip Cache
97
+ > Skip Node Modules Bundle
98
+
99
+
100
+ Skip bundling node_modules during the build process (if required)
101
+
102
+
103
+ ## `mode`
104
+ - **Type**: `string`
105
+
106
+ > Mode
58
107
 
59
108
 
60
- Skip the cache when building
109
+ The build mode
61
110
 
62
111
 
63
112
  ## `logLevel`
@@ -69,13 +118,23 @@ Skip the cache when building
69
118
  The log level to use for the build process
70
119
 
71
120
 
72
- ## `entry`
73
- - **Type**: `any`
74
- - **Default**: `{}`
121
+ ## `define`
122
+
123
+ ## `autoInstall`
124
+ - **Type**: `boolean`
125
+
126
+ > Auto Install
127
+
128
+
129
+ Automatically install dependencies during prepare stage
75
130
 
76
- > Entry Path(s)
131
+
132
+ ## `skipCache`
133
+ - **Type**: `boolean`
134
+
135
+ > Skip Cache
77
136
 
78
137
 
79
- The entry path(s) for the package
138
+ Skip the caching mechanism during the build process (if required)
80
139
 
81
140