Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 500 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 500 Bytes

lib-name

This is a template for libraries using TypeScript, Babel, ESLint, Mocha, and Chai. Based on the TypeScript Babel starter.

Development

# Install deps
yarn

# Check types
yarn run check-types

# Just lint
yarn run lint

# Build for production (and lint)
yarn run build

# Build jsdoc
yarn run build:docs

# Test
yarn run test

# Test with auto reloads
yarn run test:watch

# Get test coverage
yarn run test:cover