Skip to content

KB1RD/kb1rd-ts-lib-starter-template

Repository files navigation

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