@storm-software/config-tools 1.51.0 → 1.51.1
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 +13 -6
- package/index.cjs +3146 -4522
- package/index.js +3146 -4522
- package/meta.cjs.json +1 -1
- package/meta.esm.json +1 -1
- package/package.json +2 -2
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/)
|
|
25
25
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
26
26
|
|
|
27
27
|
> [!IMPORTANT]
|
|
@@ -37,9 +37,11 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
37
37
|
|
|
38
38
|
# Storm Configuration Tools
|
|
39
39
|
|
|
40
|
-
A package containing various utilities to support custom workspace
|
|
40
|
+
A package containing various utilities to support custom workspace
|
|
41
|
+
configurations
|
|
41
42
|
|
|
42
|
-
Below is a list of the available configuration values that can be set through
|
|
43
|
+
Below is a list of the available configuration values that can be set through
|
|
44
|
+
environment variables:
|
|
43
45
|
|
|
44
46
|
| Name | Description | Default |
|
|
45
47
|
| ----------------------- | -------------------------------------------------------------------------------------- | --------------------------- |
|
|
@@ -94,11 +96,15 @@ yarn add -D @storm-software/config-tools
|
|
|
94
96
|
|
|
95
97
|
## Reduced Package Size
|
|
96
98
|
|
|
97
|
-
This project uses [tsup](https://tsup.egoist.dev/) to package the source code
|
|
99
|
+
This project uses [tsup](https://tsup.egoist.dev/) to package the source code
|
|
100
|
+
due to its ability to remove unused code and ship smaller javascript files
|
|
101
|
+
thanks to code splitting. This helps to greatly reduce the size of the package
|
|
102
|
+
and to make it easier to use in other projects.
|
|
98
103
|
|
|
99
104
|
## Development
|
|
100
105
|
|
|
101
|
-
This project is built using [Nx](https://nx.dev). As a result, many of the usual
|
|
106
|
+
This project is built using [Nx](https://nx.dev). As a result, many of the usual
|
|
107
|
+
commands are available to assist in development.
|
|
102
108
|
|
|
103
109
|
### Building
|
|
104
110
|
|
|
@@ -106,7 +112,8 @@ Run `nx build config-tools` to build the library.
|
|
|
106
112
|
|
|
107
113
|
### Running unit tests
|
|
108
114
|
|
|
109
|
-
Run `nx test config-tools` to execute the unit tests via
|
|
115
|
+
Run `nx test config-tools` to execute the unit tests via
|
|
116
|
+
[Jest](https://jestjs.io).
|
|
110
117
|
|
|
111
118
|
### Linting
|
|
112
119
|
|