@carverauto/create-dashboard
v0.1.1
Published
npm-create scaffolder for ServiceRadar dashboards. `npm create @carverauto/dashboard <name>` forwards to `serviceradar-cli dashboard init`.
Readme
@carverauto/create-dashboard
npm-create scaffolder for ServiceRadar dashboards.
npm create @carverauto/dashboard@latest my-dashboard
# or with a template:
npm create @carverauto/dashboard@latest my-dashboard -- --template react-mapThis package is a thin shim that forwards to serviceradar-cli dashboard init.
The canonical command-line surface lives in
@carverauto/serviceradar-cli;
this package exists so the npm-create idiom (npm create @scope/name) works
without a separate install step.
For full documentation, see the ServiceRadar Dashboard SDK developer portal.
