UNPKG

@avitalique/k6-html-reporter

Version:
15 lines (13 loc) 248 B
## How to publish the package to npm registry? ```shell npm run build npm publish --access public ``` ## How to increment the package version? ```shell npm version prerelease --preid=dev ``` ## Generate report in dev mode ```shell npm run dev ```