shotor / typescript-module-template

TypeScript starter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

TypeScript starter template


Languages

Language:TypeScript 84.5%Language:Shell 15.5%