1.0.0 • Published 3 years ago

package-metrics v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

package-metrics

The core of node-package-metrics.

Development

Installation

Installation should be done through the project root.

Building and Testing

For all available commands and their variations, refer to the scripts section in package.json.

# Build the package
npm run build

# Run the build task in watch mode
npm run watch

# Tests
npm run test

# Lint
npm run lint

# Clean compilation output
npm run clean

Coverage and Documentation

# Generate test coverage report and open in browser
npm run cov

# Generate code documentation and open in browser
npm run doc