@storm-software/workspace-tools 1.71.1 β 1.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +43 -7
- package/index.js +215 -140
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/base/index.js +141 -91
- package/src/executors/rolldown/executor.js +93 -67
- package/src/executors/tsup/executor.js +102 -72
- package/src/executors/tsup-browser/executor.js +102 -72
- package/src/executors/tsup-neutral/executor.js +102 -72
- package/src/executors/tsup-node/executor.js +102 -72
- package/src/executors/typia/executor.js +90 -64
- package/src/executors/unbuild/executor.js +93 -67
- package/src/generators/browser-library/generator.js +112 -68
- package/src/generators/config-schema/generator.js +86 -62
- package/src/generators/neutral-library/generator.js +112 -68
- package/src/generators/node-library/generator.js +112 -68
- package/src/generators/preset/files/docs/readme-templates/README.footer.md.template +33 -4
- package/src/generators/preset/files/docs/readme-templates/README.header.md.template +3 -1
- package/src/generators/preset/files/nx.json +5 -1
- package/src/generators/preset/generator.js +136 -91
- package/src/generators/preset/schema.d.ts +1 -0
- package/src/generators/preset/schema.json +10 -0
- package/src/generators/release-version/generator.js +88 -64
- package/src/utils/index.js +60 -40
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 1.72.0 (2024-04-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### π Features
|
|
5
|
+
|
|
6
|
+
- **config-tools:** No longer require `config` in storm console write functions ([ad8c6511](https://github.com/storm-software/storm-ops/commit/ad8c6511))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### β€οΈ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
1
13
|
## 1.71.1 (2024-04-11)
|
|
2
14
|
|
|
3
15
|
|
package/README.md
CHANGED
|
@@ -3,11 +3,13 @@
|
|
|
3
3
|
<!-- markdownlint-disable -->
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
<div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%"
|
|
6
|
+
<div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
|
|
7
7
|
<br />
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
|
+
<b>
|
|
10
11
|
<a href="https://stormsoftware.com" target="_blank">Website</a> | <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/storm-ops" target="_blank">Repository</a> | <a href="https://stormstack.github.io/stormstack/" target="_blank">Documentation</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=Feature Request%3A+">Request a Feature</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=documentation&template=documentation.yml&title=Documentation Request%3A+">Request Documentation</a> | <a href="https://github.com/storm-software/storm-ops/discussions">Ask a Question</a>
|
|
12
|
+
</b>
|
|
11
13
|
</div>
|
|
12
14
|
|
|
13
15
|
<br />
|
|
@@ -16,7 +18,7 @@ This package is part of the <b>β‘Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
16
18
|
|
|
17
19
|
<h3 align="center">π» Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
18
20
|
|
|
19
|
-
[](https://prettier.io/)
|
|
20
22
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
21
23
|
|
|
22
24
|
> [!IMPORTANT]
|
|
@@ -598,6 +600,9 @@ Run `nx test workspace-tools` to execute the unit tests via [Jest](https://jestj
|
|
|
598
600
|
|
|
599
601
|
Storm workspaces are built using <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Building on top of Nx, the Open System provides a set of tools and patterns that help you scale your monorepo to many teams while keeping the codebase maintainable.
|
|
600
602
|
|
|
603
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
604
|
+
<br />
|
|
605
|
+
|
|
601
606
|
## Roadmap
|
|
602
607
|
|
|
603
608
|
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
|
|
@@ -606,6 +611,9 @@ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
|
606
611
|
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the π reaction)
|
|
607
612
|
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
608
613
|
|
|
614
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
615
|
+
<br />
|
|
616
|
+
|
|
609
617
|
## Support
|
|
610
618
|
|
|
611
619
|
Reach out to the maintainer at one of the following places:
|
|
@@ -614,16 +622,25 @@ Reach out to the maintainer at one of the following places:
|
|
|
614
622
|
- [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
|
|
615
623
|
- <support@stormsoftware.com>
|
|
616
624
|
|
|
625
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
626
|
+
<br />
|
|
627
|
+
|
|
617
628
|
## License
|
|
618
629
|
|
|
619
630
|
This project is licensed under the **Apache License 2.0**. Feel free to edit and distribute this template as you like.
|
|
620
631
|
|
|
621
632
|
See [LICENSE](LICENSE) for more information.
|
|
622
633
|
|
|
634
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
635
|
+
<br />
|
|
636
|
+
|
|
623
637
|
## Changelog
|
|
624
638
|
|
|
625
639
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md) file
|
|
626
640
|
|
|
641
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
642
|
+
<br />
|
|
643
|
+
|
|
627
644
|
## Contributing
|
|
628
645
|
|
|
629
646
|
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are **greatly appreciated**.
|
|
@@ -639,6 +656,9 @@ Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
|
639
656
|
|
|
640
657
|
You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
|
|
641
658
|
|
|
659
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
660
|
+
<br />
|
|
661
|
+
|
|
642
662
|
## Contributors
|
|
643
663
|
|
|
644
664
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
@@ -656,7 +676,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
656
676
|
<tfoot>
|
|
657
677
|
<tr>
|
|
658
678
|
<td align="center" size="13px" colspan="7">
|
|
659
|
-
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
|
|
679
|
+
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg" alt="All Contributors">
|
|
660
680
|
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
|
|
661
681
|
</img>
|
|
662
682
|
</td>
|
|
@@ -668,22 +688,38 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
668
688
|
|
|
669
689
|
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
|
670
690
|
|
|
691
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
671
692
|
<br />
|
|
693
|
+
|
|
694
|
+
<hr />
|
|
672
695
|
<br />
|
|
696
|
+
|
|
673
697
|
<div align="center">
|
|
674
|
-
|
|
698
|
+
<img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/logo-banner.png" width="100%" alt="Storm Software" />
|
|
675
699
|
</div>
|
|
676
700
|
<br />
|
|
677
701
|
|
|
678
702
|
<div align="center">
|
|
679
|
-
<a href="https://
|
|
703
|
+
<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>
|
|
680
704
|
</div>
|
|
681
705
|
|
|
682
706
|
<div align="center">
|
|
683
|
-
<
|
|
707
|
+
<b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
|
|
684
708
|
</div>
|
|
709
|
+
<br />
|
|
710
|
+
|
|
711
|
+
Storm Software is an open source software development organization and creator of Acidic, StormStack and StormCloud.
|
|
712
|
+
|
|
713
|
+
Our mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
685
714
|
|
|
686
|
-
|
|
715
|
+
If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our website!
|
|
716
|
+
|
|
717
|
+
<br />
|
|
718
|
+
<h3 align="center">π» Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
|
|
719
|
+
|
|
720
|
+
<br />
|
|
721
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
722
|
+
<br />
|
|
687
723
|
|
|
688
724
|
|
|
689
725
|
<!-- markdownlint-restore -->
|