@storm-software/unbuild 0.34.2 → 0.35.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/README.md +10 -9
- package/package.json +1 -1
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 -->
|
|
@@ -40,9 +40,10 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
|
-
- [Storm
|
|
46
|
+
- [Storm Unbuild Package](#storm-unbuild-package)
|
|
46
47
|
- [Installing](#installing)
|
|
47
48
|
- [Building](#building)
|
|
48
49
|
- [Running unit tests](#running-unit-tests)
|
|
@@ -63,23 +64,23 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
63
64
|
|
|
64
65
|
<!-- END header -->
|
|
65
66
|
|
|
66
|
-
# Storm
|
|
67
|
+
# Storm Unbuild Package
|
|
67
68
|
|
|
68
|
-
This package contains the
|
|
69
|
+
This package contains the Unbuild configuration for Storm Software projects.
|
|
69
70
|
|
|
70
71
|
## Installing
|
|
71
72
|
|
|
72
73
|
Using [pnpm](http://pnpm.io):
|
|
73
74
|
|
|
74
75
|
```bash
|
|
75
|
-
pnpm add -D @storm-software/
|
|
76
|
+
pnpm add -D @storm-software/unbuild
|
|
76
77
|
```
|
|
77
78
|
|
|
78
79
|
<details>
|
|
79
80
|
<summary>Using npm</summary>
|
|
80
81
|
|
|
81
82
|
```bash
|
|
82
|
-
npm install -D @storm-software/
|
|
83
|
+
npm install -D @storm-software/unbuild
|
|
83
84
|
```
|
|
84
85
|
|
|
85
86
|
</details>
|
|
@@ -88,18 +89,18 @@ npm install -D @storm-software/esbuild
|
|
|
88
89
|
<summary>Using yarn</summary>
|
|
89
90
|
|
|
90
91
|
```bash
|
|
91
|
-
yarn add -D @storm-software/
|
|
92
|
+
yarn add -D @storm-software/unbuild
|
|
92
93
|
```
|
|
93
94
|
|
|
94
95
|
</details>
|
|
95
96
|
|
|
96
97
|
## Building
|
|
97
98
|
|
|
98
|
-
Run `nx build
|
|
99
|
+
Run `nx build unbuild` to build the library.
|
|
99
100
|
|
|
100
101
|
## Running unit tests
|
|
101
102
|
|
|
102
|
-
Run `nx test
|
|
103
|
+
Run `nx test unbuild` to execute the unit tests via [Jest](https://jestjs.io).
|
|
103
104
|
|
|
104
105
|
<!-- START footer -->
|
|
105
106
|
<!-- prettier-ignore-start -->
|