@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
package/README.md ADDED
@@ -0,0 +1,490 @@
1
+ <!-- START header -->
2
+ <!-- prettier-ignore-start -->
3
+ <!-- markdownlint-disable -->
4
+
5
+
6
+ <div align="center"><img src="https://public.storm-cdn.com/storm-banner.gif" width="100%" alt="Storm Software" /></div>
7
+ <br />
8
+
9
+ <div align="center">
10
+ <b>
11
+ <a href="https://stormsoftware.com" target="_blank">Website</a> •
12
+ <a href="https://github.com/storm-software/powerlines" target="_blank">GitHub</a> •
13
+ <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> •
14
+ <a href="https://github.com/storm-software/powerlines/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
15
+ </b>
16
+ </div>
17
+
18
+ <br />
19
+ This package is part of the ⚡<b>Powerlines</b> monorepo. Powerlines packages include CLI utility applications, tools, and various libraries used to create modern, scalable web applications.
20
+ <br />
21
+
22
+ <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
+
24
+ [![Version](https://img.shields.io/badge/version-1.2.3-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/powerlines/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
+
26
+ <!-- prettier-ignore-start -->
27
+ <!-- markdownlint-disable -->
28
+
29
+ > [!IMPORTANT]
30
+ > 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.
31
+
32
+ <!-- markdownlint-restore -->
33
+ <!-- prettier-ignore-end -->
34
+
35
+ <div align="center"><b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/powerlines" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b></div>
36
+
37
+ <br />
38
+
39
+ # Powerlines - Nx Plugin
40
+
41
+ A package containing tools for managing a Storm workspace. It includes various
42
+ [Nx](https://nx.dev) generators and executors for common development tasks.
43
+
44
+ <!-- START doctoc -->
45
+ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
46
+ ## Table of Contents
47
+
48
+ - [Installing](#installing)
49
+ - [Executors](#executors)
50
+ - [Powerlines Clean Executor](#powerlines-clean-executor)
51
+ - [Example](#example)
52
+ - [Options](#options)
53
+ - [Powerlines Prepare Executor](#powerlines-prepare-executor)
54
+ - [Example](#example-1)
55
+ - [Options](#options-1)
56
+ - [Powerlines Lint Executor](#powerlines-lint-executor)
57
+ - [Example](#example-2)
58
+ - [Options](#options-2)
59
+ - [Powerlines Build Executor](#powerlines-build-executor)
60
+ - [Example](#example-3)
61
+ - [Options](#options-3)
62
+ - [Powerlines Docs Executor](#powerlines-docs-executor)
63
+ - [Example](#example-4)
64
+ - [Options](#options-4)
65
+ - [Generators](#generators)
66
+ - [Powerlines Sync Generator](#powerlines-sync-generator)
67
+ - [Options](#options-5)
68
+ - [Building](#building)
69
+ - [Running unit tests](#running-unit-tests)
70
+ - [Storm Workspaces](#storm-workspaces)
71
+ - [Roadmap](#roadmap)
72
+ - [Support](#support)
73
+ - [License](#license)
74
+ - [Changelog](#changelog)
75
+ - [Contributing](#contributing)
76
+ - [Contributors](#contributors)
77
+
78
+ <!-- END doctoc -->
79
+
80
+ <br />
81
+
82
+ This library was generated with [Nx](https://nx.dev).
83
+
84
+ ## Installing
85
+
86
+ Using [pnpm](http://pnpm.io):
87
+
88
+ ```bash
89
+ pnpm add -D @powerlines/devkit-nx
90
+ ```
91
+
92
+ <details>
93
+ <summary>Using npm</summary>
94
+
95
+ ```bash
96
+ npm install -D @powerlines/devkit-nx
97
+ ```
98
+
99
+ </details>
100
+
101
+ <details>
102
+ <summary>Using yarn</summary>
103
+
104
+ ```bash
105
+ yarn add -D @powerlines/devkit-nx
106
+ ```
107
+
108
+ </details>
109
+
110
+ ## Executors
111
+
112
+ The following executors are available in this package to invoke common tasks for
113
+ the workspace's projects:
114
+
115
+ <!-- START executors -->
116
+ <!-- prettier-ignore-start -->
117
+ <!-- markdownlint-disable -->
118
+
119
+
120
+ ## Powerlines Clean Executor
121
+
122
+ A type definition for the Powerlines - Clean executor schema
123
+
124
+ ### Example
125
+
126
+ This executor can be used by executing the following in a command line utility:
127
+
128
+ ```cmd
129
+ nx run my-project:clean
130
+ ```
131
+
132
+ **Please note:** _The clean executor should be included in the desired projects's `project.json` file._
133
+
134
+ ### Options
135
+
136
+ The following executor options are available:
137
+
138
+ | Option | Type | Description | Default |
139
+ | --------- | ------ | ------------- | --------- |
140
+ | outputPath | `string` | The output path for the build | "dist/{projectRoot}" |
141
+ | tsconfig | `string` | The path to the tsconfig file | "{projectRoot}/tsconfig.json" |
142
+ | mode | "development" \| "test" \| "production" | The build mode | |
143
+ | skipInstalls | `boolean` | Skip installing dependencies during prepare stage | |
144
+ | logLevel | "error" \| "success" \| "silent" \| "fatal" \| "warn" \| "info" \| "debug" \| "trace" \| "all" | The log level to use for the build process | |
145
+
146
+
147
+
148
+
149
+ ## Powerlines Prepare Executor
150
+
151
+ A type definition for the Powerlines - Prepare executor schema
152
+
153
+ ### Example
154
+
155
+ This executor can be used by executing the following in a command line utility:
156
+
157
+ ```cmd
158
+ nx run my-project:prepare
159
+ ```
160
+
161
+ **Please note:** _The prepare executor should be included in the desired projects's `project.json` file._
162
+
163
+ ### Options
164
+
165
+ The following executor options are available:
166
+
167
+ | Option | Type | Description | Default |
168
+ | --------- | ------ | ------------- | --------- |
169
+ | outputPath | `string` | The output path for the build | "dist/{projectRoot}" |
170
+ | tsconfig | `string` | The path to the tsconfig file | "{projectRoot}/tsconfig.json" |
171
+ | mode | "development" \| "test" \| "production" | The build mode | |
172
+ | skipInstalls | `boolean` | Skip installing dependencies during prepare stage | |
173
+ | logLevel | "error" \| "success" \| "silent" \| "fatal" \| "warn" \| "info" \| "debug" \| "trace" \| "all" | The log level to use for the build process | |
174
+ | skipCache | `boolean` | Skip the cache when building | |
175
+ | clean | `boolean` | Automatically clean the project's output artifacts (if required) | |
176
+
177
+
178
+
179
+
180
+ ## Powerlines Lint Executor
181
+
182
+ A type definition for the Powerlines - Lint executor schema
183
+
184
+ ### Example
185
+
186
+ This executor can be used by executing the following in a command line utility:
187
+
188
+ ```cmd
189
+ nx run my-project:lint
190
+ ```
191
+
192
+ **Please note:** _The lint executor should be included in the desired projects's `project.json` file._
193
+
194
+ ### Options
195
+
196
+ The following executor options are available:
197
+
198
+ | Option | Type | Description | Default |
199
+ | --------- | ------ | ------------- | --------- |
200
+ | outputPath | `string` | The output path for the build | "dist/{projectRoot}" |
201
+ | tsconfig | `string` | The path to the tsconfig file | "{projectRoot}/tsconfig.json" |
202
+ | mode | "development" \| "test" \| "production" | The build mode | |
203
+ | skipInstalls | `boolean` | Skip installing dependencies during prepare stage | |
204
+ | logLevel | "error" \| "success" \| "silent" \| "fatal" \| "warn" \| "info" \| "debug" \| "trace" \| "all" | The log level to use for the build process | |
205
+ | skipCache | `boolean` | Skip the cache when building | |
206
+ | clean | `boolean` | Automatically clean the project's output artifacts (if required) | |
207
+
208
+
209
+
210
+
211
+ ## Powerlines Build Executor
212
+
213
+ A type definition for the Powerlines - Build executor schema
214
+
215
+ ### Example
216
+
217
+ This executor can be used by executing the following in a command line utility:
218
+
219
+ ```cmd
220
+ nx run my-project:build
221
+ ```
222
+
223
+ **Please note:** _The build executor should be included in the desired projects's `project.json` file.All required options must be included in the `options` property of the json._
224
+
225
+ ### Options
226
+
227
+ The following executor options are available:
228
+
229
+ | Option | Type | Description | Default |
230
+ | --------- | ------ | ------------- | --------- |
231
+ | outputPath | `string` | The output path for the build | "dist/{projectRoot}" |
232
+ | tsconfig | `string` | The path to the tsconfig file | "{projectRoot}/tsconfig.json" |
233
+ | mode | "development" \| "test" \| "production" | The build mode | |
234
+ | skipInstalls | `boolean` | Skip installing dependencies during prepare stage | |
235
+ | logLevel | "error" \| "success" \| "silent" \| "fatal" \| "warn" \| "info" \| "debug" \| "trace" \| "all" | The log level to use for the build process | |
236
+ | skipCache | `boolean` | Skip the cache when building | |
237
+ | clean | `boolean` | Automatically clean the project's output artifacts (if required) | |
238
+ | **entry \*** | `string` | The entry file or files to build | "{sourceRoot}/index.ts" |
239
+ | skipLint | `boolean` | Skip the linting process ran prior to the build (if required) | |
240
+
241
+
242
+ **Please note:** _Option names followed by \* above are required, and must be provided to run the executor._
243
+
244
+
245
+
246
+ ## Powerlines Docs Executor
247
+
248
+ A type definition for the Powerlines - Docs executor schema
249
+
250
+ ### Example
251
+
252
+ This executor can be used by executing the following in a command line utility:
253
+
254
+ ```cmd
255
+ nx run my-project:docs
256
+ ```
257
+
258
+ **Please note:** _The docs executor should be included in the desired projects's `project.json` file._
259
+
260
+ ### Options
261
+
262
+ The following executor options are available:
263
+
264
+ | Option | Type | Description | Default |
265
+ | --------- | ------ | ------------- | --------- |
266
+ | outputPath | `string` | The output path for the build | "dist/{projectRoot}" |
267
+ | tsconfig | `string` | The path to the tsconfig file | "{projectRoot}/tsconfig.json" |
268
+ | mode | "development" \| "test" \| "production" | The build mode | |
269
+ | skipInstalls | `boolean` | Skip installing dependencies during prepare stage | |
270
+ | logLevel | "error" \| "success" \| "silent" \| "fatal" \| "warn" \| "info" \| "debug" \| "trace" \| "all" | The log level to use for the build process | |
271
+ | skipCache | `boolean` | Skip the cache when building | |
272
+ | clean | `boolean` | Automatically clean the project's output artifacts (if required) | |
273
+
274
+
275
+
276
+
277
+ <!-- markdownlint-restore -->
278
+ <!-- prettier-ignore-end -->
279
+
280
+ <!-- END executors -->
281
+
282
+ ## Generators
283
+
284
+ The following generators are available with this package to assist in workspace
285
+ management:
286
+
287
+ <!-- START generators -->
288
+ <!-- prettier-ignore-start -->
289
+ <!-- markdownlint-disable -->
290
+
291
+
292
+ ## Powerlines Sync Generator
293
+
294
+ A type definition for the Powerlines - Sync generator's options
295
+
296
+ ### Options
297
+
298
+ The following executor options are available:
299
+
300
+ | Option | Type | Description | Default |
301
+ | --------- | ------ | ------------- | --------- |
302
+ | outOfSyncMessage | `string` | The message to display when the project is out of sync with the legal-message.txt file | "The legal-message.txt file needs to be created" |
303
+
304
+
305
+
306
+
307
+ <!-- markdownlint-restore -->
308
+ <!-- prettier-ignore-end -->
309
+
310
+ <!-- END generators -->
311
+
312
+ ## Building
313
+
314
+ Run `nx build devkit-nx` to build the library.
315
+
316
+ ## Running unit tests
317
+
318
+ Run `nx test devkit-nx` to execute the unit tests via [Jest](https://jestjs.io).
319
+
320
+ <!-- START footer -->
321
+ <!-- prettier-ignore-start -->
322
+ <!-- markdownlint-disable -->
323
+
324
+
325
+ ## Storm Workspaces
326
+
327
+ Storm workspaces are built using
328
+ <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
329
+ for monorepos, which helps you develop like Google, Facebook, and Microsoft.
330
+ Building on top of Nx, the Open System provides a set of tools and patterns that
331
+ help you scale your monorepo to many teams while keeping the codebase
332
+ maintainable.
333
+
334
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
335
+ <br />
336
+
337
+ ## Roadmap
338
+
339
+ See the [open issues](https://github.com/storm-software/powerlines/issues) for
340
+ a list of proposed features (and known issues).
341
+
342
+ - [Top Feature Requests](https://github.com/storm-software/powerlines/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
343
+ (Add your votes using the 👍 reaction)
344
+ - [Top Bugs](https://github.com/storm-software/powerlines/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
345
+ (Add your votes using the 👍 reaction)
346
+ - [Newest Bugs](https://github.com/storm-software/powerlines/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
347
+
348
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
349
+ <br />
350
+
351
+ ## Support
352
+
353
+ Reach out to the maintainer at one of the following places:
354
+
355
+ - [Contact](https://stormsoftware.com/contact)
356
+ - [GitHub discussions](https://github.com/storm-software/powerlines/discussions)
357
+ - <support@stormsoftware.com>
358
+
359
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
360
+ <br />
361
+
362
+ ## License
363
+
364
+ This project is licensed under the **Apache License 2.0**. Feel free to edit and
365
+ distribute this template as you like.
366
+
367
+ See [LICENSE](LICENSE) for more information.
368
+
369
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
370
+ <br />
371
+
372
+ ## Changelog
373
+
374
+ This project adheres to
375
+ [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
376
+ with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
377
+ file
378
+
379
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
380
+ <br />
381
+
382
+ ## Contributing
383
+
384
+ First off, thanks for taking the time to contribute! Contributions are what
385
+ makes the open-source community such an amazing place to learn, inspire, and
386
+ create. Any contributions you make will benefit everybody else and are **greatly
387
+ appreciated**.
388
+
389
+ Please try to create bug reports that are:
390
+
391
+ - _Reproducible._ Include steps to reproduce the problem.
392
+ - _Specific._ Include as much detail as possible: which version, what
393
+ environment, etc.
394
+ - _Unique._ Do not duplicate existing opened issues.
395
+ - _Scoped to a Single Bug._ One bug per report.
396
+
397
+ Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
398
+
399
+ You can use
400
+ [markdownlint-cli](https://github.com/storm-software/powerlines/markdownlint-cli)
401
+ to check for common markdown style inconsistency.
402
+
403
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
404
+ <br />
405
+
406
+ ## Contributors
407
+
408
+ Thanks goes to these wonderful people
409
+ ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
410
+
411
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
412
+
413
+ <table>
414
+ <tbody>
415
+ <tr>
416
+ <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/powerlines/commits?author=sullivanpj" title="Code">💻</a> <a href="#tool-sullivanpj" title="Tools">🔧</a> <a href="https://github.com/storm-software/powerlines/commits?author=sullivanpj" title="Documentation">📖</a> <a href="https://github.com/storm-software/powerlines/commits?author=sullivanpj" title="Tests">⚠️</a></td>
417
+ <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>
418
+ <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>
419
+ </tr>
420
+ </tbody>
421
+ <tfoot>
422
+ <tr>
423
+ <td align="center" size="13px" colspan="7">
424
+ <img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg" alt="All Contributors">
425
+ <a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
426
+ </img>
427
+ </td>
428
+ </tr>
429
+ </tfoot>
430
+ </table>
431
+
432
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
433
+
434
+ This project follows the
435
+ [all-contributors](https://github.com/all-contributors/all-contributors)
436
+ specification. Contributions of any kind welcome!
437
+
438
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
439
+ <br />
440
+
441
+ <hr />
442
+ <br />
443
+
444
+ <div align="center">
445
+ <img src="https://public.storm-cdn.com/brand-banner.png" width="100%" alt="Storm Software" />
446
+ </div>
447
+ <br />
448
+
449
+ <div align="center">
450
+ <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>
451
+ </div>
452
+
453
+ <div align="center">
454
+ <b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
455
+ </div>
456
+ <br />
457
+
458
+ Storm Software is an open source software development organization and creator
459
+ of Acidic, StormStack and StormCloud.
460
+
461
+ Our mission is to make software development more accessible. Our ideal future is
462
+ one where anyone can create software without years of prior development
463
+ experience serving as a barrier to entry. We hope to achieve this via LLMs,
464
+ Generative AI, and intuitive, high-level data modeling/programming languages.
465
+
466
+ Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
467
+ receive release notifications, ask questions, and get involved.
468
+
469
+ If this sounds interesting, and you would like to help us in creating the next
470
+ generation of development tools, please reach out on our
471
+ [website](https://stormsoftware.com/contact) or join our
472
+ [Slack channel](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)!
473
+
474
+ <br />
475
+
476
+ <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>
477
+ <br />
478
+ <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>
479
+
480
+ <br />
481
+
482
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
483
+ <br />
484
+ <br />
485
+
486
+
487
+ <!-- markdownlint-restore -->
488
+ <!-- prettier-ignore-end -->
489
+
490
+ <!-- END footer -->
@@ -0,0 +1 @@
1
+