@storm-software/cloudflare-tools
Version:
A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.
18 lines (17 loc) • 567 B
JSON
{
"$schema": "https://json-schema.org/schema",
"name": "storm-cloudflare",
"version": "0.0.1",
"generators": {
"init": {
"factory": "./dist/src/generators/init/generator",
"schema": "./dist/src/generators/init/schema.json",
"description": "Init Cloudflare tools Nx Plugin in the Storm Workspace"
},
"worker": {
"factory": "./dist/src/generators/worker/generator",
"schema": "./dist/src/generators/worker/schema.json",
"description": "Add a worker application project to the current Storm workspace"
}
}
}