@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 +7 -0
- package/README.md +61 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
-
[](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 -->
|
|
@@ -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
|
|
41
|
+
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
|
-
|
|
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