@shell-shock/nx 0.0.5 → 0.0.6
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 +27 -0
- package/README.md +221 -0
- package/dist/_virtual/rolldown_runtime.cjs +1 -0
- package/dist/base/base-executor.cjs +3 -0
- package/dist/base/base-executor.d.cts +16 -0
- package/dist/base/base-executor.d.mts +17 -0
- package/dist/base/base-executor.mjs +3 -0
- package/dist/base/base-executor.schema.d.cts +75 -0
- package/dist/base/base-executor.schema.d.mts +75 -0
- package/dist/executors/build/executor.cjs +1 -1
- package/dist/executors/build/executor.d.cts +11 -0
- package/dist/executors/build/executor.d.mts +11 -0
- package/dist/executors/build/executor.mjs +1 -0
- package/dist/executors/build/schema.d.cts +85 -0
- package/dist/executors/build/schema.d.mts +85 -0
- package/dist/executors/build/schema.d.ts +84 -0
- package/dist/executors/build/schema.json +94 -0
- package/dist/executors/clean/executor.cjs +1 -1
- package/dist/executors/clean/executor.d.cts +11 -0
- package/dist/executors/clean/executor.d.mts +11 -0
- package/dist/executors/clean/executor.mjs +1 -0
- package/dist/executors/clean/schema.d.cts +75 -0
- package/dist/executors/clean/schema.d.mts +75 -0
- package/dist/executors/clean/schema.d.ts +74 -0
- package/dist/executors/clean/schema.json +75 -0
- package/dist/executors/docs/executor.cjs +1 -1
- package/dist/executors/docs/executor.d.cts +11 -0
- package/dist/executors/docs/executor.d.mts +11 -0
- package/dist/executors/docs/executor.mjs +1 -0
- package/dist/executors/docs/schema.d.cts +75 -0
- package/dist/executors/docs/schema.d.mts +75 -0
- package/dist/executors/docs/schema.d.ts +74 -0
- package/dist/executors/docs/schema.json +75 -0
- package/dist/executors/lint/executor.cjs +1 -1
- package/dist/executors/lint/executor.d.cts +11 -0
- package/dist/executors/lint/executor.d.mts +11 -0
- package/dist/executors/lint/executor.mjs +1 -0
- package/dist/executors/lint/schema.d.cts +75 -0
- package/dist/executors/lint/schema.d.mts +75 -0
- package/dist/executors/lint/schema.d.ts +74 -0
- package/dist/executors/lint/schema.json +75 -0
- package/dist/executors/prepare/executor.cjs +1 -1
- package/dist/executors/prepare/executor.d.cts +11 -0
- package/dist/executors/prepare/executor.d.mts +11 -0
- package/dist/executors/prepare/executor.mjs +1 -0
- package/dist/executors/prepare/schema.d.cts +75 -0
- package/dist/executors/prepare/schema.d.mts +75 -0
- package/dist/executors/prepare/schema.d.ts +74 -0
- package/dist/executors/prepare/schema.json +75 -0
- package/dist/executors.cjs +1 -1
- package/dist/executors.d.cts +11 -0
- package/dist/executors.d.mts +11 -0
- package/dist/executors.mjs +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +12 -0
- package/dist/index.d.mts +13 -0
- package/dist/index.mjs +1 -0
- package/dist/plugin/index.cjs +1 -1
- package/dist/plugin/index.d.cts +7 -0
- package/dist/plugin/index.d.mts +7 -0
- package/dist/plugin/index.mjs +1 -0
- package/dist/src/_virtual/rolldown_runtime.cjs +1 -0
- package/dist/src/base/base-executor.cjs +3 -0
- package/dist/src/base/base-executor.d.cts +16 -0
- package/dist/src/base/base-executor.d.mts +17 -0
- package/dist/src/base/base-executor.mjs +3 -0
- package/dist/src/base/base-executor.schema.d.cts +75 -0
- package/dist/src/base/base-executor.schema.d.mts +75 -0
- package/dist/src/executors/build/executor.cjs +1 -1
- package/dist/src/executors/build/executor.d.cts +11 -0
- package/dist/src/executors/build/executor.d.mts +11 -0
- package/dist/src/executors/build/executor.mjs +1 -0
- package/dist/src/executors/build/schema.d.cts +85 -0
- package/dist/src/executors/build/schema.d.mts +85 -0
- package/dist/src/executors/clean/executor.cjs +1 -1
- package/dist/src/executors/clean/executor.d.cts +11 -0
- package/dist/src/executors/clean/executor.d.mts +11 -0
- package/dist/src/executors/clean/executor.mjs +1 -0
- package/dist/src/executors/clean/schema.d.cts +75 -0
- package/dist/src/executors/clean/schema.d.mts +75 -0
- package/dist/src/executors/docs/executor.cjs +1 -1
- package/dist/src/executors/docs/executor.d.cts +11 -0
- package/dist/src/executors/docs/executor.d.mts +11 -0
- package/dist/src/executors/docs/executor.mjs +1 -0
- package/dist/src/executors/docs/schema.d.cts +75 -0
- package/dist/src/executors/docs/schema.d.mts +75 -0
- package/dist/src/executors/lint/executor.cjs +1 -1
- package/dist/src/executors/lint/executor.d.cts +11 -0
- package/dist/src/executors/lint/executor.d.mts +11 -0
- package/dist/src/executors/lint/executor.mjs +1 -0
- package/dist/src/executors/lint/schema.d.cts +75 -0
- package/dist/src/executors/lint/schema.d.mts +75 -0
- package/dist/src/executors/prepare/executor.cjs +1 -1
- package/dist/src/executors/prepare/executor.d.cts +11 -0
- package/dist/src/executors/prepare/executor.d.mts +11 -0
- package/dist/src/executors/prepare/executor.mjs +1 -0
- package/dist/src/executors/prepare/schema.d.cts +75 -0
- package/dist/src/executors/prepare/schema.d.mts +75 -0
- package/dist/src/executors.cjs +1 -1
- package/dist/src/executors.d.cts +11 -0
- package/dist/src/executors.d.mts +11 -0
- package/dist/src/executors.mjs +1 -0
- package/dist/src/index.cjs +1 -1
- package/dist/src/index.d.cts +12 -0
- package/dist/src/index.d.mts +13 -0
- package/dist/src/index.mjs +1 -0
- package/dist/src/plugin/index.cjs +1 -1
- package/dist/src/plugin/index.d.cts +7 -0
- package/dist/src/plugin/index.d.mts +7 -0
- package/dist/src/plugin/index.mjs +1 -0
- package/package.json +42 -49
- package/dist/chunk-2BBDUOBX.js +0 -3
- package/dist/chunk-2RWIKK2K.js +0 -1
- package/dist/chunk-4DF5MMDG.cjs +0 -1
- package/dist/chunk-4HG7APNF.cjs +0 -1
- package/dist/chunk-4IUDMC5Q.cjs +0 -1
- package/dist/chunk-5BUJWEAA.js +0 -1
- package/dist/chunk-BJOQ75Z3.js +0 -1
- package/dist/chunk-C4UEVXX6.cjs +0 -3
- package/dist/chunk-HWCVYKPS.cjs +0 -1
- package/dist/chunk-JOC2YT3M.js +0 -1
- package/dist/chunk-KDEQXNLK.cjs +0 -1
- package/dist/chunk-MACMSGKG.cjs +0 -1
- package/dist/chunk-OR6FTGCD.js +0 -1
- package/dist/chunk-PKDDOBUQ.cjs +0 -5
- package/dist/chunk-RIXDDPWQ.js +0 -1
- package/dist/chunk-WNSAXKZ3.js +0 -0
- package/dist/chunk-X2KRD44V.cjs +0 -1
- package/dist/chunk-ZJQUMHFI.js +0 -5
- package/dist/executors/build/executor.js +0 -1
- package/dist/executors/clean/executor.js +0 -1
- package/dist/executors/docs/executor.js +0 -1
- package/dist/executors/lint/executor.js +0 -1
- package/dist/executors/prepare/executor.js +0 -1
- package/dist/executors.js +0 -1
- package/dist/index.js +0 -1
- package/dist/plugin/index.js +0 -1
- package/dist/src/chunk-2BBDUOBX.js +0 -3
- package/dist/src/chunk-2RWIKK2K.js +0 -1
- package/dist/src/chunk-4DF5MMDG.cjs +0 -1
- package/dist/src/chunk-4HG7APNF.cjs +0 -1
- package/dist/src/chunk-4IUDMC5Q.cjs +0 -1
- package/dist/src/chunk-5BUJWEAA.js +0 -1
- package/dist/src/chunk-BJOQ75Z3.js +0 -1
- package/dist/src/chunk-C4UEVXX6.cjs +0 -3
- package/dist/src/chunk-HWCVYKPS.cjs +0 -1
- package/dist/src/chunk-JOC2YT3M.js +0 -1
- package/dist/src/chunk-KDEQXNLK.cjs +0 -1
- package/dist/src/chunk-MACMSGKG.cjs +0 -1
- package/dist/src/chunk-OR6FTGCD.js +0 -1
- package/dist/src/chunk-PKDDOBUQ.cjs +0 -5
- package/dist/src/chunk-RIXDDPWQ.js +0 -1
- package/dist/src/chunk-WNSAXKZ3.js +0 -0
- package/dist/src/chunk-X2KRD44V.cjs +0 -1
- package/dist/src/chunk-ZJQUMHFI.js +0 -5
- package/dist/src/executors/build/executor.js +0 -1
- package/dist/src/executors/clean/executor.js +0 -1
- package/dist/src/executors/docs/executor.js +0 -1
- package/dist/src/executors/lint/executor.js +0 -1
- package/dist/src/executors/prepare/executor.js +0 -1
- package/dist/src/executors.js +0 -1
- package/dist/src/index.js +0 -1
- package/dist/src/plugin/index.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,33 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Shell Shock - Nx
|
|
4
4
|
|
|
5
|
+
## [0.0.6](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.6) (01/07/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Reformat repository source files
|
|
10
|
+
([f4ad97f](https://github.com/storm-software/shell-shock/commit/f4ad97f))
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Updates to repository packages organization
|
|
15
|
+
([2944ef2](https://github.com/storm-software/shell-shock/commit/2944ef2))
|
|
16
|
+
|
|
17
|
+
### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- Updated **core** to **v0.2.1**
|
|
20
|
+
|
|
21
|
+
## [0.0.5](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.5) (12/22/2025)
|
|
22
|
+
|
|
23
|
+
### Miscellaneous
|
|
24
|
+
|
|
25
|
+
- **nx:** Cleaned up usage of Shell Shock API in executors
|
|
26
|
+
([8409336](https://github.com/storm-software/shell-shock/commit/8409336))
|
|
27
|
+
|
|
28
|
+
### Updated Dependencies
|
|
29
|
+
|
|
30
|
+
- Updated **core** to **v0.2.0**
|
|
31
|
+
|
|
5
32
|
## [0.0.4](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.4) (12/21/2025)
|
|
6
33
|
|
|
7
34
|
### Updated Dependencies
|
package/README.md
CHANGED
|
@@ -1,4 +1,52 @@
|
|
|
1
1
|
<!-- START header -->
|
|
2
|
+
<!-- prettier-ignore-start -->
|
|
3
|
+
<!-- markdownlint-disable -->
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
<div align="center">
|
|
7
|
+
<picture>
|
|
8
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/shell-shock/banner-1280x640-dark.gif">
|
|
9
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/shell-shock/banner-1280x640-light.gif">
|
|
10
|
+
<img src="https://public.storm-cdn.com/shell-shock/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
|
|
11
|
+
</picture>
|
|
12
|
+
</div>
|
|
13
|
+
<br />
|
|
14
|
+
|
|
15
|
+
<div align="center">
|
|
16
|
+
<b>
|
|
17
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> •
|
|
18
|
+
<a href="https://github.com/storm-software/shell-shock" target="_blank">GitHub</a> •
|
|
19
|
+
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> •
|
|
20
|
+
<a href="https://github.com/storm-software/shell-shock/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
|
|
21
|
+
</b>
|
|
22
|
+
</div>
|
|
23
|
+
|
|
24
|
+
<br />
|
|
25
|
+
This package is part of the ⚡<b>Shell Shock</b> monorepo. The Shell Shock packages include CLI utility applications, tools, and various libraries used to create modern, scalable web applications.
|
|
26
|
+
<br />
|
|
27
|
+
|
|
28
|
+
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
|
+
|
|
30
|
+
[](https://stormsoftware.com/projects/shell-shock/) [](http://commitizen.github.io/cz-cli/)  
|
|
31
|
+
|
|
32
|
+
<!-- prettier-ignore-start -->
|
|
33
|
+
<!-- markdownlint-disable -->
|
|
34
|
+
|
|
35
|
+
> [!IMPORTANT]
|
|
36
|
+
> This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be available through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
|
|
37
|
+
|
|
38
|
+
<!-- markdownlint-restore -->
|
|
39
|
+
<!-- prettier-ignore-end -->
|
|
40
|
+
|
|
41
|
+
<div align="center">
|
|
42
|
+
<b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/shell-shock" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
<br />
|
|
46
|
+
|
|
47
|
+
<!-- markdownlint-restore -->
|
|
48
|
+
<!-- prettier-ignore-end -->
|
|
49
|
+
|
|
2
50
|
<!-- END header -->
|
|
3
51
|
|
|
4
52
|
# Shell Shock - Nx Plugin
|
|
@@ -40,4 +88,177 @@ Run `nx build nx` to build the library.
|
|
|
40
88
|
Run `nx test nx` to execute the unit tests via [Jest](https://jestjs.io).
|
|
41
89
|
|
|
42
90
|
<!-- START footer -->
|
|
91
|
+
<!-- prettier-ignore-start -->
|
|
92
|
+
<!-- markdownlint-disable -->
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
## Storm Workspaces
|
|
96
|
+
|
|
97
|
+
Storm workspaces are built using
|
|
98
|
+
<a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
|
|
99
|
+
for monorepos, which helps you develop like Google, Facebook, and Microsoft.
|
|
100
|
+
Building on top of Nx, the Open System provides a set of tools and patterns that
|
|
101
|
+
help you scale your monorepo to many teams while keeping the codebase
|
|
102
|
+
maintainable.
|
|
103
|
+
|
|
104
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
105
|
+
<br />
|
|
106
|
+
|
|
107
|
+
## Roadmap
|
|
108
|
+
|
|
109
|
+
See the [open issues](https://github.com/storm-software/shell-shock/issues) for
|
|
110
|
+
a list of proposed features (and known issues).
|
|
111
|
+
|
|
112
|
+
- [Top Feature Requests](https://github.com/storm-software/shell-shock/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
113
|
+
(Add your votes using the 👍 reaction)
|
|
114
|
+
- [Top Bugs](https://github.com/storm-software/shell-shock/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
|
|
115
|
+
(Add your votes using the 👍 reaction)
|
|
116
|
+
- [Newest Bugs](https://github.com/storm-software/shell-shock/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
117
|
+
|
|
118
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
119
|
+
<br />
|
|
120
|
+
|
|
121
|
+
## Support
|
|
122
|
+
|
|
123
|
+
Reach out to the maintainer at one of the following places:
|
|
124
|
+
|
|
125
|
+
- [Contact](https://stormsoftware.com/contact)
|
|
126
|
+
- [GitHub discussions](https://github.com/storm-software/shell-shock/discussions)
|
|
127
|
+
- <support@stormsoftware.com>
|
|
128
|
+
|
|
129
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
130
|
+
<br />
|
|
131
|
+
|
|
132
|
+
## License
|
|
133
|
+
|
|
134
|
+
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
135
|
+
distribute this template as you like.
|
|
136
|
+
|
|
137
|
+
See [LICENSE](LICENSE) for more information.
|
|
138
|
+
|
|
139
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
140
|
+
<br />
|
|
141
|
+
|
|
142
|
+
## Changelog
|
|
143
|
+
|
|
144
|
+
This project adheres to
|
|
145
|
+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
|
|
146
|
+
with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
|
|
147
|
+
file
|
|
148
|
+
|
|
149
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
150
|
+
<br />
|
|
151
|
+
|
|
152
|
+
## Contributing
|
|
153
|
+
|
|
154
|
+
First off, thanks for taking the time to contribute! Contributions are what
|
|
155
|
+
makes the open-source community such an amazing place to learn, inspire, and
|
|
156
|
+
create. Any contributions you make will benefit everybody else and are **greatly
|
|
157
|
+
appreciated**.
|
|
158
|
+
|
|
159
|
+
Please try to create bug reports that are:
|
|
160
|
+
|
|
161
|
+
- _Reproducible._ Include steps to reproduce the problem.
|
|
162
|
+
- _Specific._ Include as much detail as possible: which version, what
|
|
163
|
+
environment, etc.
|
|
164
|
+
- _Unique._ Do not duplicate existing opened issues.
|
|
165
|
+
- _Scoped to a Single Bug._ One bug per report.
|
|
166
|
+
|
|
167
|
+
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
168
|
+
|
|
169
|
+
You can use
|
|
170
|
+
[markdownlint-cli](https://github.com/storm-software/shell-shock/markdownlint-cli)
|
|
171
|
+
to check for common markdown style inconsistency.
|
|
172
|
+
|
|
173
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
174
|
+
<br />
|
|
175
|
+
|
|
176
|
+
## Contributors
|
|
177
|
+
|
|
178
|
+
Thanks goes to these wonderful people
|
|
179
|
+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
180
|
+
|
|
181
|
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
182
|
+
|
|
183
|
+
<table>
|
|
184
|
+
<tbody>
|
|
185
|
+
<tr>
|
|
186
|
+
<td align="center" valign="top" width="14.28%"><a href="http://www.sullypat.com/"><img src="https://avatars.githubusercontent.com/u/99053093?v=4?s=100" width="100px;" alt="Patrick Sullivan"/><br /><sub><b>Patrick Sullivan</b></sub></a><br /><a href="#design-sullivanpj" title="Design">🎨</a> <a href="https://github.com/storm-software/shell-shock/commits?author=sullivanpj" title="Code">💻</a> <a href="#tool-sullivanpj" title="Tools">🔧</a> <a href="https://github.com/storm-software/shell-shock/commits?author=sullivanpj" title="Documentation">📖</a> <a href="https://github.com/storm-software/shell-shock/commits?author=sullivanpj" title="Tests">⚠️</a></td>
|
|
187
|
+
<td align="center" valign="top" width="14.28%"><a href="https://tylerbenning.com/"><img src="https://avatars.githubusercontent.com/u/7265547?v=4?s=100" width="100px;" alt="Tyler Benning"/><br /><sub><b>Tyler Benning</b></sub></a><br /><a href="#design-tbenning" title="Design">🎨</a></td>
|
|
188
|
+
<td align="center" valign="top" width="14.28%"><a href="http://stormsoftware.com"><img src="https://avatars.githubusercontent.com/u/149802440?v=4?s=100" width="100px;" alt="Stormie"/><br /><sub><b>Stormie</b></sub></a><br /><a href="#maintenance-stormie-bot" title="Maintenance">🚧</a></td>
|
|
189
|
+
</tr>
|
|
190
|
+
</tbody>
|
|
191
|
+
<tfoot>
|
|
192
|
+
<tr>
|
|
193
|
+
<td align="center" size="13px" colspan="7">
|
|
194
|
+
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg" alt="All Contributors">
|
|
195
|
+
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
|
|
196
|
+
</img>
|
|
197
|
+
</td>
|
|
198
|
+
</tr>
|
|
199
|
+
</tfoot>
|
|
200
|
+
</table>
|
|
201
|
+
|
|
202
|
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
203
|
+
|
|
204
|
+
This project follows the
|
|
205
|
+
[all-contributors](https://github.com/all-contributors/all-contributors)
|
|
206
|
+
specification. Contributions of any kind welcome!
|
|
207
|
+
|
|
208
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
209
|
+
<br />
|
|
210
|
+
|
|
211
|
+
<hr />
|
|
212
|
+
<br />
|
|
213
|
+
|
|
214
|
+
<div align="center">
|
|
215
|
+
<picture>
|
|
216
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
|
|
217
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
|
|
218
|
+
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
|
|
219
|
+
</picture>
|
|
220
|
+
</div>
|
|
221
|
+
<br />
|
|
222
|
+
|
|
223
|
+
<div align="center">
|
|
224
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
225
|
+
</div>
|
|
226
|
+
|
|
227
|
+
<div align="center">
|
|
228
|
+
<b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
|
|
229
|
+
</div>
|
|
230
|
+
<br />
|
|
231
|
+
|
|
232
|
+
Storm Software is an open source software development organization and creator
|
|
233
|
+
of Acidic, StormStack and StormCloud.
|
|
234
|
+
|
|
235
|
+
Our mission is to make software development more accessible. Our ideal future is
|
|
236
|
+
one where anyone can create software without years of prior development
|
|
237
|
+
experience serving as a barrier to entry. We hope to achieve this via LLMs,
|
|
238
|
+
Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
239
|
+
|
|
240
|
+
Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
|
|
241
|
+
receive release notifications, ask questions, and get involved.
|
|
242
|
+
|
|
243
|
+
If this sounds interesting, and you would like to help us in creating the next
|
|
244
|
+
generation of development tools, please reach out on our
|
|
245
|
+
[website](https://stormsoftware.com/contact) or join our
|
|
246
|
+
[Slack channel](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)!
|
|
247
|
+
|
|
248
|
+
<br />
|
|
249
|
+
|
|
250
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
251
|
+
<br />
|
|
252
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
253
|
+
|
|
254
|
+
<br />
|
|
255
|
+
|
|
256
|
+
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
257
|
+
<br />
|
|
258
|
+
<br />
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
<!-- markdownlint-restore -->
|
|
262
|
+
<!-- prettier-ignore-end -->
|
|
263
|
+
|
|
43
264
|
<!-- END footer -->
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));exports.__toESM=s;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const e=require(`../_virtual/rolldown_runtime.cjs`);let t=require(`defu`);t=e.__toESM(t);let n=require(`@shell-shock/core`),r=require(`@storm-software/config-tools/logger`),i=require(`@storm-software/workspace-tools/base/base-executor`),a=require(`@stryke/type-checks/is-error`);function o(e,o){return(0,i.withRunExecutor)(`Shell Shock ${e} command executor`,async(i,s,c)=>{if(!s.projectName)throw Error("The executor requires `projectName` on the context object.");if(!s.projectName||!s.projectsConfigurations?.projects||!s.projectsConfigurations.projects[s.projectName]||!s.projectsConfigurations.projects[s.projectName]?.root)throw Error("The executor requires `projectsConfigurations` on the context object.");let l=s.projectsConfigurations.projects[s.projectName],u=await(0,n.createShellShock)((0,t.default)({root:l.root,sourceRoot:l.sourceRoot,tsconfig:i.tsconfig,logLevel:i.logLevel,mode:i.mode,skipCache:i.skipCache,output:{outputPath:i.outputPath??l.targets?.build?.options?.outputPath}},i));try{return await Promise.resolve(o((0,t.default)({projectName:s.projectName,options:i,workspaceConfig:c,inlineConfig:{command:e,configFile:i.configFile},command:e},s),u))}catch(t){return(0,r.writeError)(`An error occurred while executing the Shell Shock ${e} command executor: ${(0,a.isError)(t)?`${t.message}
|
|
2
|
+
|
|
3
|
+
${t.stack}`:`Unknown error`}`),{success:!1}}finally{await u.finalize()}},{skipReadingConfig:!1,hooks:{applyDefaultOptions:e=>(e.mode!==`development`&&e.mode!==`test`&&(e.mode=`production`),e.outputPath??=`dist/{projectRoot}`,e.configFile??=`{projectRoot}/shell-shock.config.ts`,e)}})}exports.withExecutor=o;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BaseExecutorSchema } from "./base-executor.schema.cjs";
|
|
2
|
+
import { ExecutorContext, PromiseExecutor } from "@nx/devkit";
|
|
3
|
+
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
|
+
import { StormWorkspaceConfig } from "@storm-software/config/types";
|
|
5
|
+
import { InlineConfig, PowerlinesCommand } from "powerlines/types/config";
|
|
6
|
+
|
|
7
|
+
//#region src/base/base-executor.d.ts
|
|
8
|
+
type ShellShockExecutorContext<TCommand extends PowerlinesCommand = PowerlinesCommand, TExecutorSchema extends BaseExecutorSchema = BaseExecutorSchema> = ExecutorContext & {
|
|
9
|
+
projectName: string;
|
|
10
|
+
command: TCommand;
|
|
11
|
+
options: TExecutorSchema;
|
|
12
|
+
inlineConfig: InlineConfig;
|
|
13
|
+
workspaceConfig: StormWorkspaceConfig;
|
|
14
|
+
};
|
|
15
|
+
//#endregion
|
|
16
|
+
export { ShellShockExecutorContext };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BaseExecutorSchema } from "./base-executor.schema.mjs";
|
|
2
|
+
import "@shell-shock/core";
|
|
3
|
+
import { ExecutorContext, PromiseExecutor } from "@nx/devkit";
|
|
4
|
+
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
5
|
+
import { StormWorkspaceConfig } from "@storm-software/config/types";
|
|
6
|
+
import { InlineConfig, PowerlinesCommand } from "powerlines/types/config";
|
|
7
|
+
|
|
8
|
+
//#region src/base/base-executor.d.ts
|
|
9
|
+
type ShellShockExecutorContext<TCommand extends PowerlinesCommand = PowerlinesCommand, TExecutorSchema extends BaseExecutorSchema = BaseExecutorSchema> = ExecutorContext & {
|
|
10
|
+
projectName: string;
|
|
11
|
+
command: TCommand;
|
|
12
|
+
options: TExecutorSchema;
|
|
13
|
+
inlineConfig: InlineConfig;
|
|
14
|
+
workspaceConfig: StormWorkspaceConfig;
|
|
15
|
+
};
|
|
16
|
+
//#endregion
|
|
17
|
+
export { ShellShockExecutorContext };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import e from"defu";import{createShellShock as t}from"@shell-shock/core";import{writeError as n}from"@storm-software/config-tools/logger";import{withRunExecutor as r}from"@storm-software/workspace-tools/base/base-executor";import{isError as i}from"@stryke/type-checks/is-error";function a(a,o){return r(`Shell Shock ${a} command executor`,async(r,s,c)=>{if(!s.projectName)throw Error("The executor requires `projectName` on the context object.");if(!s.projectName||!s.projectsConfigurations?.projects||!s.projectsConfigurations.projects[s.projectName]||!s.projectsConfigurations.projects[s.projectName]?.root)throw Error("The executor requires `projectsConfigurations` on the context object.");let l=s.projectsConfigurations.projects[s.projectName],u=await t(e({root:l.root,sourceRoot:l.sourceRoot,tsconfig:r.tsconfig,logLevel:r.logLevel,mode:r.mode,skipCache:r.skipCache,output:{outputPath:r.outputPath??l.targets?.build?.options?.outputPath}},r));try{return await Promise.resolve(o(e({projectName:s.projectName,options:r,workspaceConfig:c,inlineConfig:{command:a,configFile:r.configFile},command:a},s),u))}catch(e){return n(`An error occurred while executing the Shell Shock ${a} command executor: ${i(e)?`${e.message}
|
|
2
|
+
|
|
3
|
+
${e.stack}`:`Unknown error`}`),{success:!1}}finally{await u.finalize()}},{skipReadingConfig:!1,hooks:{applyDefaultOptions:e=>(e.mode!==`development`&&e.mode!==`test`&&(e.mode=`production`),e.outputPath??=`dist/{projectRoot}`,e.configFile??=`{projectRoot}/shell-shock.config.ts`,e)}})}export{a as withExecutor};
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
//#region src/base/base-executor.schema.d.ts
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
interface BaseExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* TypeScript Configuration File
|
|
19
|
+
*
|
|
20
|
+
* The path to the tsconfig file
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
* @format path
|
|
24
|
+
*/
|
|
25
|
+
tsconfig?: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Shell Shock Configuration File
|
|
29
|
+
*
|
|
30
|
+
* The path to the Shell Shock configuration file
|
|
31
|
+
*
|
|
32
|
+
* @default "{projectRoot}/shell-shock.config.ts"
|
|
33
|
+
*
|
|
34
|
+
* @format path
|
|
35
|
+
*/
|
|
36
|
+
configFile?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Mode
|
|
40
|
+
*
|
|
41
|
+
* The build mode
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* @enum development,test,production
|
|
45
|
+
*/
|
|
46
|
+
mode?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Skip Installs
|
|
50
|
+
*
|
|
51
|
+
* Skip installing dependencies during prepare stage
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
skipInstalls?: boolean;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Skip Cache
|
|
58
|
+
*
|
|
59
|
+
* Skip the caching mechanism during the build process (if required)
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
skipCache?: boolean;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Log Level
|
|
66
|
+
*
|
|
67
|
+
* The log level to use for the build process
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
71
|
+
*/
|
|
72
|
+
logLevel?: string;
|
|
73
|
+
}
|
|
74
|
+
//#endregion
|
|
75
|
+
export { BaseExecutorSchema };
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
//#region src/base/base-executor.schema.d.ts
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
interface BaseExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* TypeScript Configuration File
|
|
19
|
+
*
|
|
20
|
+
* The path to the tsconfig file
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
* @format path
|
|
24
|
+
*/
|
|
25
|
+
tsconfig?: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Shell Shock Configuration File
|
|
29
|
+
*
|
|
30
|
+
* The path to the Shell Shock configuration file
|
|
31
|
+
*
|
|
32
|
+
* @default "{projectRoot}/shell-shock.config.ts"
|
|
33
|
+
*
|
|
34
|
+
* @format path
|
|
35
|
+
*/
|
|
36
|
+
configFile?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Mode
|
|
40
|
+
*
|
|
41
|
+
* The build mode
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* @enum development,test,production
|
|
45
|
+
*/
|
|
46
|
+
mode?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Skip Installs
|
|
50
|
+
*
|
|
51
|
+
* Skip installing dependencies during prepare stage
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
skipInstalls?: boolean;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Skip Cache
|
|
58
|
+
*
|
|
59
|
+
* Skip the caching mechanism during the build process (if required)
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
skipCache?: boolean;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Log Level
|
|
66
|
+
*
|
|
67
|
+
* The log level to use for the build process
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
71
|
+
*/
|
|
72
|
+
logLevel?: string;
|
|
73
|
+
}
|
|
74
|
+
//#endregion
|
|
75
|
+
export { BaseExecutorSchema };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,`__esModule`,{value:!0});const e=require(`../../_virtual/rolldown_runtime.cjs`),t=require(`../../base/base-executor.cjs`);let n=require(`defu`);n=e.__toESM(n);async function r(e,t){return await t.build((0,n.default)({entry:e.options.entry,skipCache:e.options.skipCache,mode:e.options.mode},e.inlineConfig)),{success:!0}}const i=t.withExecutor(`build`,r);var a=i;exports.default=a,exports.executorFn=r;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ShellShockExecutorContext } from "../../base/base-executor.cjs";
|
|
2
|
+
import { BuildExecutorSchema } from "./schema.cjs";
|
|
3
|
+
import { PromiseExecutor } from "@nx/devkit";
|
|
4
|
+
import { ShellShockAPI } from "@shell-shock/core/api";
|
|
5
|
+
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
6
|
+
|
|
7
|
+
//#region src/executors/build/executor.d.ts
|
|
8
|
+
declare function executorFn(context: ShellShockExecutorContext<"build", BuildExecutorSchema>, api: ShellShockAPI): Promise<BaseExecutorResult>;
|
|
9
|
+
declare const executor: PromiseExecutor<BuildExecutorSchema>;
|
|
10
|
+
//#endregion
|
|
11
|
+
export { executor as default, executorFn };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ShellShockExecutorContext } from "../../base/base-executor.mjs";
|
|
2
|
+
import { BuildExecutorSchema } from "./schema.mjs";
|
|
3
|
+
import { PromiseExecutor } from "@nx/devkit";
|
|
4
|
+
import { ShellShockAPI } from "@shell-shock/core/api";
|
|
5
|
+
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
6
|
+
|
|
7
|
+
//#region src/executors/build/executor.d.ts
|
|
8
|
+
declare function executorFn(context: ShellShockExecutorContext<"build", BuildExecutorSchema>, api: ShellShockAPI): Promise<BaseExecutorResult>;
|
|
9
|
+
declare const executor: PromiseExecutor<BuildExecutorSchema>;
|
|
10
|
+
//#endregion
|
|
11
|
+
export { executor as default, executorFn };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{withExecutor as e}from"../../base/base-executor.mjs";import t from"defu";async function n(e,n){return await n.build(t({entry:e.options.entry,skipCache:e.options.skipCache,mode:e.options.mode},e.inlineConfig)),{success:!0}}var r=e(`build`,n);export{r as default,n as executorFn};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
//#region src/executors/build/schema.d.ts
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
interface BuildExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* TypeScript Configuration File
|
|
19
|
+
*
|
|
20
|
+
* The path to the tsconfig file
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
* @format path
|
|
24
|
+
*/
|
|
25
|
+
tsconfig?: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Shell Shock Configuration File
|
|
29
|
+
*
|
|
30
|
+
* The path to the Shell Shock configuration file
|
|
31
|
+
*
|
|
32
|
+
* @default "{projectRoot}/shell-shock.config.ts"
|
|
33
|
+
*
|
|
34
|
+
* @format path
|
|
35
|
+
*/
|
|
36
|
+
configFile?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Mode
|
|
40
|
+
*
|
|
41
|
+
* The build mode
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* @enum development,test,production
|
|
45
|
+
*/
|
|
46
|
+
mode?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Skip Installs
|
|
50
|
+
*
|
|
51
|
+
* Skip installing dependencies before building
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
skipInstalls?: boolean;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Skip Cache
|
|
58
|
+
*
|
|
59
|
+
* Skip the cache when building
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
skipCache?: boolean;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Log Level
|
|
66
|
+
*
|
|
67
|
+
* The log level to use for the build process
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
71
|
+
*/
|
|
72
|
+
logLevel?: string;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Entry Path(s)
|
|
76
|
+
*
|
|
77
|
+
* The entry path(s) for the package
|
|
78
|
+
*
|
|
79
|
+
*
|
|
80
|
+
* @oneOf [object Object],[object Object]
|
|
81
|
+
*/
|
|
82
|
+
entry?: any;
|
|
83
|
+
}
|
|
84
|
+
//#endregion
|
|
85
|
+
export { BuildExecutorSchema };
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
//#region src/executors/build/schema.d.ts
|
|
2
|
+
// Generated by powerlines
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
interface BuildExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* TypeScript Configuration File
|
|
19
|
+
*
|
|
20
|
+
* The path to the tsconfig file
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
* @format path
|
|
24
|
+
*/
|
|
25
|
+
tsconfig?: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Shell Shock Configuration File
|
|
29
|
+
*
|
|
30
|
+
* The path to the Shell Shock configuration file
|
|
31
|
+
*
|
|
32
|
+
* @default "{projectRoot}/shell-shock.config.ts"
|
|
33
|
+
*
|
|
34
|
+
* @format path
|
|
35
|
+
*/
|
|
36
|
+
configFile?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Mode
|
|
40
|
+
*
|
|
41
|
+
* The build mode
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* @enum development,test,production
|
|
45
|
+
*/
|
|
46
|
+
mode?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Skip Installs
|
|
50
|
+
*
|
|
51
|
+
* Skip installing dependencies before building
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
skipInstalls?: boolean;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Skip Cache
|
|
58
|
+
*
|
|
59
|
+
* Skip the cache when building
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
skipCache?: boolean;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Log Level
|
|
66
|
+
*
|
|
67
|
+
* The log level to use for the build process
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
71
|
+
*/
|
|
72
|
+
logLevel?: string;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Entry Path(s)
|
|
76
|
+
*
|
|
77
|
+
* The entry path(s) for the package
|
|
78
|
+
*
|
|
79
|
+
*
|
|
80
|
+
* @oneOf [object Object],[object Object]
|
|
81
|
+
*/
|
|
82
|
+
entry?: any;
|
|
83
|
+
}
|
|
84
|
+
//#endregion
|
|
85
|
+
export { BuildExecutorSchema };
|