Builds:
Contents:
- TypeScript 4.0
- ESLint
- Jest
- Prettier
- Reproducible environments with Volta
- install Volta
- .editorconfig for consistent file format
- Dependabot updates
- KodiakHQ automerges
build
- compile TSbuild:release
- build esm and cjs modulesbuild:watch
- interactive watch mode to automatically transpile source filescheckcommit
- validate commit messageclean
- remove coverage data, Jest cache and transpiled files,clean-deps
- removenode_modules
clean-generated
- remove coverage and build directories and filesclean-logs
- remove log filescommit
- start commitformat
- format fileslint
- lint source files and tests,nuke
- clean everythingsort-pj
- sortpackage.json
test
- run tests,test:watch
- interactive watch mode to automatically re-run tests
Creating branches with different Typescript projects
- ts-monorepo
- ts-monorepo-serverless
- others...