@storm-software/workspace-tools 1.115.0 → 1.117.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 +1602 -4940
- package/README.md +55 -21
- package/config/nx.json +95 -0
- 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> •
|
|
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -96,7 +96,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
96
96
|
- [Changelog](#changelog)
|
|
97
97
|
- [Contributing](#contributing)
|
|
98
98
|
- [Contributors](#contributors)
|
|
99
|
-
- [💻 Visit stormsoftware.com to stay up to date with this developer](#-visit-stormsoftwarecom-to-stay-up-to-date-with-this-developer)
|
|
100
99
|
|
|
101
100
|
<!-- END doctoc -->
|
|
102
101
|
|
|
@@ -672,17 +671,25 @@ Run `nx test workspace-tools` to execute the unit tests via
|
|
|
672
671
|
|
|
673
672
|
## Storm Workspaces
|
|
674
673
|
|
|
675
|
-
Storm workspaces are built using
|
|
674
|
+
Storm workspaces are built using
|
|
675
|
+
<a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
|
|
676
|
+
for monorepos, which helps you develop like Google, Facebook, and Microsoft.
|
|
677
|
+
Building on top of Nx, the Open System provides a set of tools and patterns that
|
|
678
|
+
help you scale your monorepo to many teams while keeping the codebase
|
|
679
|
+
maintainable.
|
|
676
680
|
|
|
677
681
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
678
682
|
<br />
|
|
679
683
|
|
|
680
684
|
## Roadmap
|
|
681
685
|
|
|
682
|
-
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
686
|
+
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
687
|
+
list of proposed features (and known issues).
|
|
683
688
|
|
|
684
|
-
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
685
|
-
|
|
689
|
+
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
690
|
+
(Add your votes using the 👍 reaction)
|
|
691
|
+
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
|
|
692
|
+
(Add your votes using the 👍 reaction)
|
|
686
693
|
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
687
694
|
|
|
688
695
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
@@ -701,7 +708,8 @@ Reach out to the maintainer at one of the following places:
|
|
|
701
708
|
|
|
702
709
|
## License
|
|
703
710
|
|
|
704
|
-
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
711
|
+
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
712
|
+
distribute this template as you like.
|
|
705
713
|
|
|
706
714
|
See [LICENSE](LICENSE) for more information.
|
|
707
715
|
|
|
@@ -710,32 +718,42 @@ See [LICENSE](LICENSE) for more information.
|
|
|
710
718
|
|
|
711
719
|
## Changelog
|
|
712
720
|
|
|
713
|
-
This project adheres to
|
|
721
|
+
This project adheres to
|
|
722
|
+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
|
|
723
|
+
with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
|
|
724
|
+
file
|
|
714
725
|
|
|
715
726
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
716
727
|
<br />
|
|
717
728
|
|
|
718
729
|
## Contributing
|
|
719
730
|
|
|
720
|
-
First off, thanks for taking the time to contribute! Contributions are what
|
|
731
|
+
First off, thanks for taking the time to contribute! Contributions are what
|
|
732
|
+
makes the open-source community such an amazing place to learn, inspire, and
|
|
733
|
+
create. Any contributions you make will benefit everybody else and are **greatly
|
|
734
|
+
appreciated**.
|
|
721
735
|
|
|
722
736
|
Please try to create bug reports that are:
|
|
723
737
|
|
|
724
738
|
- _Reproducible._ Include steps to reproduce the problem.
|
|
725
|
-
- _Specific._ Include as much detail as possible: which version, what
|
|
739
|
+
- _Specific._ Include as much detail as possible: which version, what
|
|
740
|
+
environment, etc.
|
|
726
741
|
- _Unique._ Do not duplicate existing opened issues.
|
|
727
742
|
- _Scoped to a Single Bug._ One bug per report.
|
|
728
743
|
|
|
729
744
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
730
745
|
|
|
731
|
-
You can use
|
|
746
|
+
You can use
|
|
747
|
+
[markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli)
|
|
748
|
+
to check for common markdown style inconsistency.
|
|
732
749
|
|
|
733
750
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
734
751
|
<br />
|
|
735
752
|
|
|
736
753
|
## Contributors
|
|
737
754
|
|
|
738
|
-
Thanks goes to these wonderful people
|
|
755
|
+
Thanks goes to these wonderful people
|
|
756
|
+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
739
757
|
|
|
740
758
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
741
759
|
|
|
@@ -760,7 +778,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
760
778
|
|
|
761
779
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
762
780
|
|
|
763
|
-
This project follows the
|
|
781
|
+
This project follows the
|
|
782
|
+
[all-contributors](https://github.com/all-contributors/all-contributors)
|
|
783
|
+
specification. Contributions of any kind welcome!
|
|
764
784
|
|
|
765
785
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
766
786
|
<br />
|
|
@@ -774,9 +794,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
774
794
|
<br />
|
|
775
795
|
|
|
776
796
|
<div align="center">
|
|
777
|
-
<
|
|
778
|
-
<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>
|
|
779
|
-
</b>
|
|
797
|
+
<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>
|
|
780
798
|
</div>
|
|
781
799
|
|
|
782
800
|
<div align="center">
|
|
@@ -784,18 +802,34 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
784
802
|
</div>
|
|
785
803
|
<br />
|
|
786
804
|
|
|
787
|
-
Storm Software is an open source software development organization and creator
|
|
805
|
+
Storm Software is an open source software development organization and creator
|
|
806
|
+
of Acidic, StormStack and StormCloud.
|
|
788
807
|
|
|
789
|
-
Our mission is to make software development more accessible. Our ideal future is
|
|
808
|
+
Our mission is to make software development more accessible. Our ideal future is
|
|
809
|
+
one where anyone can create software without years of prior development
|
|
810
|
+
experience serving as a barrier to entry. We hope to achieve this via LLMs,
|
|
811
|
+
Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
790
812
|
|
|
791
|
-
|
|
813
|
+
Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
|
|
814
|
+
receive release notifications, ask questions, and get involved.
|
|
815
|
+
|
|
816
|
+
If this sounds interesting, and you would like to help us in creating the next
|
|
817
|
+
generation of development tools, please reach out on our
|
|
818
|
+
[website](https://stormsoftware.com/contact) or join our
|
|
819
|
+
[Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)
|
|
820
|
+
channel!
|
|
792
821
|
|
|
793
822
|
<br />
|
|
794
|
-
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
|
|
795
823
|
|
|
824
|
+
<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>
|
|
796
825
|
<br />
|
|
826
|
+
<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>
|
|
827
|
+
|
|
828
|
+
<br />
|
|
829
|
+
|
|
797
830
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
798
831
|
<br />
|
|
832
|
+
<br />
|
|
799
833
|
|
|
800
834
|
|
|
801
835
|
<!-- 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