Base environment for run TypeScript of use ts-node.
# create package.json
$ yarn init
# install TypeScript
$ yarn add typescript
# install ts-node
$ yarn add ts-node
# create tsconfig.json
$ npx tsc --init
# create src/main.ts
$ mkdir src && touch src/main.ts
$ yarn main
- commitlint - Lint commit messages
- okonet/lint-staged: 🚫💩 — Run linters on git staged files
- streamich/git-cz: Semantic Git commits
and more...