Skip to content

TypeScript starter template

Notifications You must be signed in to change notification settings

shotor/typescript-module-template

Repository files navigation

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