@storm-software/workspace-tools 1.114.0 → 1.115.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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## 1.115.0 (2024-07-17)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - **git-tools:** Added README header template to include table of contents ([6841042e](https://github.com/storm-software/storm-ops/commit/6841042e))
7
+
1
8
  ## 1.114.0 (2024-07-16)
2
9
 
3
10
 
package/README.md CHANGED
@@ -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.114.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
-
44
- <!-- END doctoc generated TOC please keep comment here to allow auto update -->
43
+ ## Table of Contents
44
+
45
+ - [Storm Workspace Tools](#storm-workspace-tools)
46
+ - [Installing](#installing)
47
+ - [Executors](#executors)
48
+ - [Tsup Builder](#tsup-builder)
49
+ - [Example](#example)
50
+ - [Options](#options)
51
+ - [Neutral TypeScript Builder](#neutral-typescript-builder)
52
+ - [Example](#example-1)
53
+ - [Node TypeScript Builder](#node-typescript-builder)
54
+ - [Example](#example-2)
55
+ - [Options](#options-1)
56
+ - [Browser TypeScript Builder](#browser-typescript-builder)
57
+ - [Example](#example-3)
58
+ - [Typia Generate Executor](#typia-generate-executor)
59
+ - [Example](#example-4)
60
+ - [Options](#options-2)
61
+ - [Npm Publish executor](#npm-publish-executor)
62
+ - [Example](#example-5)
63
+ - [Options](#options-3)
64
+ - [Cargo Publish executor](#cargo-publish-executor)
65
+ - [Example](#example-6)
66
+ - [Options](#options-4)
67
+ - [Rolldown Builder](#rolldown-builder)
68
+ - [Example](#example-7)
69
+ - [Options](#options-5)
70
+ - [Unbuild Builder](#unbuild-builder)
71
+ - [Example](#example-8)
72
+ - [Options](#options-6)
73
+ - [Generators](#generators)
74
+ - [Init Storm Workspace Plugin](#init-storm-workspace-plugin)
75
+ - [Options](#options-7)
76
+ - [Workspace Preset](#workspace-preset)
77
+ - [Examples](#examples)
78
+ - [Options](#options-8)
79
+ - [Add Node Library](#add-node-library)
80
+ - [Options](#options-9)
81
+ - [Configuration Schema Creator](#configuration-schema-creator)
82
+ - [Options](#options-10)
83
+ - [Add Neutral Library](#add-neutral-library)
84
+ - [Options](#options-11)
85
+ - [Add browser Library](#add-browser-library)
86
+ - [Options](#options-12)
87
+ - [design-tokens](#design-tokens)
88
+ - [Storm Release Version Generator](#storm-release-version-generator)
89
+ - [Options](#options-13)
90
+ - [Building](#building)
91
+ - [Running unit tests](#running-unit-tests)
92
+ - [Storm Workspaces](#storm-workspaces)
93
+ - [Roadmap](#roadmap)
94
+ - [Support](#support)
95
+ - [License](#license)
96
+ - [Changelog](#changelog)
97
+ - [Contributing](#contributing)
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
+
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
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.115.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": {