Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 411 Bytes

File metadata and controls

39 lines (30 loc) · 411 Bytes

TypeScript Module Template

  • TypeScript
  • Jest
  • ESlint
  • Prettier
  • Husky
  • Lint-staged
  • VSCode debug configurations
  • Commitizen

Scripts

# build and run
$ yarn dev
$ yarn start
$ yarn start:prod

# run from dist
$ yarn start:dist

# building
$ yarn build
$ yarn build:prod
$ yarn build:watch

# testing
$ yarn test
$ yarn test:watch
$ yarn lint

# commitizen
$ yarn commit

License

MIT