nodejs-metrics

v0.14.3
Module which provides metrics server for NodeJS applications.

test

node spec/unit-runner.js

test-integration

node spec/integration-runner.js

lint

eslint . --ext=ts --ignore-pattern=**/*.d.ts

lint-fix

npm run lint -- --fix

build

tsc -d

prepack

npm run build

security-pack

tar zcvf nodejs-metrics.tgz --exclude='./node_modules' --exclude='*.js' --exclude='*.js.map' --exclude='.git' --exclude='coverage' --exclude='reports' --exclude='.vscode' --exclude='*.tgz' *
npm i nodejs-metrics

Metadata

Downloads