@storm-software/workspace-tools 1.114.0 → 1.116.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 (4) hide show
  1. package/CHANGELOG.md +1596 -4941
  2. package/README.md +114 -27
  3. package/config/nx.json +95 -0
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  <b>
11
11
  <a href="https://stormsoftware.com" target="_blank">Website</a> •
12
12
  <a href="https://github.com/storm-software/storm-ops" 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> •
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
14
  <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>
15
15
  </b>
16
16
  </div>
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
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
23
 
24
- [![Version](https://img.shields.io/badge/version-1.113.0-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/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-1.116.0-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/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -38,10 +38,67 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
38
38
 
39
39
  <br />
40
40
 
41
- <!-- START doctoc generated TOC please keep comment here to allow auto update -->
41
+ <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
43
 
44
- <!-- END doctoc generated TOC please keep comment here to allow auto update -->
44
+ ## Table of Contents
45
+
46
+ - [Storm Workspace Tools](#storm-workspace-tools)
47
+ - [Installing](#installing)
48
+ - [Executors](#executors)
49
+ - [Tsup Builder](#tsup-builder)
50
+ - [Example](#example)
51
+ - [Options](#options)
52
+ - [Neutral TypeScript Builder](#neutral-typescript-builder)
53
+ - [Example](#example-1)
54
+ - [Node TypeScript Builder](#node-typescript-builder)
55
+ - [Example](#example-2)
56
+ - [Options](#options-1)
57
+ - [Browser TypeScript Builder](#browser-typescript-builder)
58
+ - [Example](#example-3)
59
+ - [Typia Generate Executor](#typia-generate-executor)
60
+ - [Example](#example-4)
61
+ - [Options](#options-2)
62
+ - [Npm Publish executor](#npm-publish-executor)
63
+ - [Example](#example-5)
64
+ - [Options](#options-3)
65
+ - [Cargo Publish executor](#cargo-publish-executor)
66
+ - [Example](#example-6)
67
+ - [Options](#options-4)
68
+ - [Rolldown Builder](#rolldown-builder)
69
+ - [Example](#example-7)
70
+ - [Options](#options-5)
71
+ - [Unbuild Builder](#unbuild-builder)
72
+ - [Example](#example-8)
73
+ - [Options](#options-6)
74
+ - [Generators](#generators)
75
+ - [Init Storm Workspace Plugin](#init-storm-workspace-plugin)
76
+ - [Options](#options-7)
77
+ - [Workspace Preset](#workspace-preset)
78
+ - [Examples](#examples)
79
+ - [Options](#options-8)
80
+ - [Add Node Library](#add-node-library)
81
+ - [Options](#options-9)
82
+ - [Configuration Schema Creator](#configuration-schema-creator)
83
+ - [Options](#options-10)
84
+ - [Add Neutral Library](#add-neutral-library)
85
+ - [Options](#options-11)
86
+ - [Add browser Library](#add-browser-library)
87
+ - [Options](#options-12)
88
+ - [design-tokens](#design-tokens)
89
+ - [Storm Release Version Generator](#storm-release-version-generator)
90
+ - [Options](#options-13)
91
+ - [Building](#building)
92
+ - [Running unit tests](#running-unit-tests)
93
+ - [Storm Workspaces](#storm-workspaces)
94
+ - [Roadmap](#roadmap)
95
+ - [Support](#support)
96
+ - [License](#license)
97
+ - [Changelog](#changelog)
98
+ - [Contributing](#contributing)
99
+ - [Contributors](#contributors)
100
+
101
+ <!-- END doctoc -->
45
102
 
46
103
  <br />
47
104
 
@@ -55,11 +112,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
55
112
  A package containing tools for managing a Storm workspace. It includes various
56
113
  [Nx](https://nx.dev) generators and executors for common development tasks.
57
114
 
58
- <!-- START doctoc generated TOC please keep comment here to allow auto update -->
59
- <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
60
-
61
- <!-- END doctoc generated TOC please keep comment here to allow auto update -->
62
-
63
115
  This library was generated with [Nx](https://nx.dev).
64
116
 
65
117
  ## Installing
@@ -620,17 +672,25 @@ Run `nx test workspace-tools` to execute the unit tests via
620
672
 
621
673
  ## Storm Workspaces
622
674
 
623
- 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.
675
+ Storm workspaces are built using
676
+ <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
677
+ for monorepos, which helps you develop like Google, Facebook, and Microsoft.
678
+ Building on top of Nx, the Open System provides a set of tools and patterns that
679
+ help you scale your monorepo to many teams while keeping the codebase
680
+ maintainable.
624
681
 
625
682
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
626
683
  <br />
627
684
 
628
685
  ## Roadmap
629
686
 
630
- See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
687
+ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
688
+ list of proposed features (and known issues).
631
689
 
632
- - [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc) (Add your votes using the 👍 reaction)
633
- - [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)
690
+ - [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
691
+ (Add your votes using the 👍 reaction)
692
+ - [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
693
+ (Add your votes using the 👍 reaction)
634
694
  - [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
635
695
 
636
696
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
@@ -649,7 +709,8 @@ Reach out to the maintainer at one of the following places:
649
709
 
650
710
  ## License
651
711
 
652
- This project is licensed under the **Apache License 2.0**. Feel free to edit and distribute this template as you like.
712
+ This project is licensed under the **Apache License 2.0**. Feel free to edit and
713
+ distribute this template as you like.
653
714
 
654
715
  See [LICENSE](LICENSE) for more information.
655
716
 
@@ -658,32 +719,42 @@ See [LICENSE](LICENSE) for more information.
658
719
 
659
720
  ## Changelog
660
721
 
661
- 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
722
+ This project adheres to
723
+ [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
724
+ with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
725
+ file
662
726
 
663
727
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
664
728
  <br />
665
729
 
666
730
  ## Contributing
667
731
 
668
- 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**.
732
+ First off, thanks for taking the time to contribute! Contributions are what
733
+ makes the open-source community such an amazing place to learn, inspire, and
734
+ create. Any contributions you make will benefit everybody else and are **greatly
735
+ appreciated**.
669
736
 
670
737
  Please try to create bug reports that are:
671
738
 
672
739
  - _Reproducible._ Include steps to reproduce the problem.
673
- - _Specific._ Include as much detail as possible: which version, what environment, etc.
740
+ - _Specific._ Include as much detail as possible: which version, what
741
+ environment, etc.
674
742
  - _Unique._ Do not duplicate existing opened issues.
675
743
  - _Scoped to a Single Bug._ One bug per report.
676
744
 
677
745
  Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
678
746
 
679
- You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
747
+ You can use
748
+ [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli)
749
+ to check for common markdown style inconsistency.
680
750
 
681
751
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
682
752
  <br />
683
753
 
684
754
  ## Contributors
685
755
 
686
- Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
756
+ Thanks goes to these wonderful people
757
+ ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
687
758
 
688
759
  <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
689
760
 
@@ -708,7 +779,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
708
779
 
709
780
  <!-- ALL-CONTRIBUTORS-LIST:END -->
710
781
 
711
- This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
782
+ This project follows the
783
+ [all-contributors](https://github.com/all-contributors/all-contributors)
784
+ specification. Contributions of any kind welcome!
712
785
 
713
786
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
714
787
  <br />
@@ -722,9 +795,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
722
795
  <br />
723
796
 
724
797
  <div align="center">
725
- <b>
726
- <a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://linkedin.com/in/pat-sullivan-dev" 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>
727
- </b>
798
+ <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>
728
799
  </div>
729
800
 
730
801
  <div align="center">
@@ -732,18 +803,34 @@ This project follows the [all-contributors](https://github.com/all-contributors/
732
803
  </div>
733
804
  <br />
734
805
 
735
- Storm Software is an open source software development organization and creator of Acidic, StormStack and StormCloud.
806
+ Storm Software is an open source software development organization and creator
807
+ of Acidic, StormStack and StormCloud.
736
808
 
737
- 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.
809
+ Our mission is to make software development more accessible. Our ideal future is
810
+ one where anyone can create software without years of prior development
811
+ experience serving as a barrier to entry. We hope to achieve this via LLMs,
812
+ Generative AI, and intuitive, high-level data modeling/programming languages.
738
813
 
739
- 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!
814
+ Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
815
+ receive release notifications, ask questions, and get involved.
740
816
 
817
+ If this sounds interesting, and you would like to help us in creating the next
818
+ generation of development tools, please reach out on our
819
+ [website](https://stormsoftware.com/contact) or join our
820
+ [Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)
821
+ channel!
822
+
823
+ <br />
824
+
825
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
741
826
  <br />
742
- <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
827
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
743
828
 
744
829
  <br />
830
+
745
831
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
746
832
  <br />
833
+ <br />
747
834
 
748
835
 
749
836
  <!-- markdownlint-restore -->
package/config/nx.json CHANGED
@@ -444,6 +444,101 @@
444
444
  "projects": ["packages/*", "crates/*"],
445
445
  "projectsRelationship": "independent",
446
446
  "releaseTagPattern": "{projectName}@{version}",
447
+ "conventionalCommits": {
448
+ "types": {
449
+ "feat": {
450
+ "semverBump": "minor",
451
+ "changelog": {
452
+ "title": "Features",
453
+ "hidden": false
454
+ }
455
+ },
456
+ "fix": {
457
+ "semverBump": "patch",
458
+ "changelog": {
459
+ "title": "Bug Fixes",
460
+ "hidden": false
461
+ }
462
+ },
463
+ "perf": {
464
+ "semverBump": "none",
465
+ "changelog": {
466
+ "title": "Performance Improvements",
467
+ "hidden": false
468
+ }
469
+ },
470
+ "refactor": {
471
+ "semverBump": "patch",
472
+ "changelog": {
473
+ "title": "Refactoring",
474
+ "hidden": false
475
+ }
476
+ },
477
+ "docs": {
478
+ "semverBump": "none",
479
+ "changelog": {
480
+ "title": "Documentation",
481
+ "hidden": false
482
+ }
483
+ },
484
+ "deps": {
485
+ "semverBump": "patch",
486
+ "changelog": {
487
+ "title": "Dependency Upgrades",
488
+ "hidden": false
489
+ }
490
+ },
491
+ "types": {
492
+ "semverBump": "minor",
493
+ "changelog": {
494
+ "title": "Type Definitions",
495
+ "hidden": false
496
+ }
497
+ },
498
+ "chore": {
499
+ "semverBump": "none",
500
+ "changelog": {
501
+ "title": "Chores",
502
+ "hidden": true
503
+ }
504
+ },
505
+ "examples": {
506
+ "semverBump": "none",
507
+ "changelog": {
508
+ "title": "Examples",
509
+ "hidden": false
510
+ }
511
+ },
512
+ "test": {
513
+ "semverBump": "none",
514
+ "changelog": {
515
+ "title": "Testing",
516
+ "hidden": true
517
+ }
518
+ },
519
+ "style": {
520
+ "semverBump": "minor",
521
+ "changelog": {
522
+ "title": "Styling",
523
+ "hidden": false
524
+ }
525
+ },
526
+ "ci": {
527
+ "semverBump": "patch",
528
+ "changelog": {
529
+ "title": "Continuous Integration",
530
+ "hidden": false
531
+ }
532
+ },
533
+ "revert": {
534
+ "semverBump": "patch",
535
+ "changelog": {
536
+ "title": "Revert",
537
+ "hidden": false
538
+ }
539
+ }
540
+ }
541
+ },
447
542
  "changelog": {
448
543
  "automaticFromRef": true,
449
544
  "workspaceChangelog": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.114.0",
3
+ "version": "1.116.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "repository": {