0.3.0 • Published 6 years ago

dashgen-cli v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

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

How to publish

  • Test the package with npm run pack:dry and npm run pack
  • Test cli.js with npm link. Now you can execute dashgen. Unlink with npm 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