@storm-software/cloudflare-tools 0.6.1 → 0.6.2
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 +9 -5
- package/index.js +6216 -4764
- package/meta.json +1 -1
- package/package.json +19 -19
- package/packages/workspace-tools/src/utils/cargo.d.ts +1 -0
- package/src/executors/cloudflare-publish/executor.js +3342 -4708
- package/src/executors/serve/executor.js +3344 -4710
- package/src/generators/init/generator.js +101 -101
- package/src/generators/worker/generator.js +6708 -5252
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,7 +37,8 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
37
37
|
|
|
38
38
|
# Storm Cloudflare Tools
|
|
39
39
|
|
|
40
|
-
A package containing tools for managing a Storm workspace. It includes various
|
|
40
|
+
A package containing tools for managing a Storm workspace. It includes various
|
|
41
|
+
[Nx](https://nx.dev) generators and executors for common development tasks.
|
|
41
42
|
|
|
42
43
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
43
44
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
@@ -74,7 +75,8 @@ yarn add -D @storm-software/cloudflare-tools
|
|
|
74
75
|
|
|
75
76
|
## Executors
|
|
76
77
|
|
|
77
|
-
The following executors are available in this package to invoke common tasks for
|
|
78
|
+
The following executors are available in this package to invoke common tasks for
|
|
79
|
+
the workspace's projects:
|
|
78
80
|
|
|
79
81
|
<!-- START executors -->
|
|
80
82
|
<!-- prettier-ignore-start -->
|
|
@@ -182,7 +184,8 @@ The following executor options are available:
|
|
|
182
184
|
|
|
183
185
|
## Generators
|
|
184
186
|
|
|
185
|
-
The following generators are available with this package to assist in workspace
|
|
187
|
+
The following generators are available with this package to assist in workspace
|
|
188
|
+
management:
|
|
186
189
|
|
|
187
190
|
<!-- START generators -->
|
|
188
191
|
<!-- prettier-ignore-start -->
|
|
@@ -248,7 +251,8 @@ Run `nx build cloudflare-tools` to build the library.
|
|
|
248
251
|
|
|
249
252
|
## Running unit tests
|
|
250
253
|
|
|
251
|
-
Run `nx test cloudflare-tools` to execute the unit tests via
|
|
254
|
+
Run `nx test cloudflare-tools` to execute the unit tests via
|
|
255
|
+
[Jest](https://jestjs.io).
|
|
252
256
|
|
|
253
257
|
<!-- START footer -->
|
|
254
258
|
<!-- prettier-ignore-start -->
|