0.3.0 • Published 6 years ago
dashgen-cli v0.3.0
Dashgen
Simplistic static dashboard generator. Store your metrics in a generic JSON format, Dashgen will generate an HTML report out of them them!
How to use
npm install --global dashgen
dashgen <dataFolder> <targetFolder>
- Open
<targetFolder>/index.html
How to build
npm run dev
=> Serve the svelte app over HTTP with live reload. Visit http://localhost:5000.
How to publish
- Test the package with
npm run pack:dry
andnpm run pack
- Test
cli.js
withnpm link
. Now you can executedashgen
. Unlink withnpm unlink
. - Release the package:
npm version [patch|minor|major]
npm run build
npm publish
git push
git push --tags
0.3.0
6 years ago