Basic template for robust development of TypeScript apps with:
- pNpm - Fast, disk space efficient package manager
- TypeScript - JavaScript with syntax for types
- ESM Modules
- Jest - delightful JavaScript Testing
- GitHub Actions - automated workflows
- Prettier - opinionated code formatter
- Eslint - Find and fix problems in your code
- Common scripts (eg. build, test, etc.)
start
start:watch
clean
lint
prettier
prebuild
build
build:watch
build:release
test
test:watch