A barebones file structure for project in TypeScript.
- eslint
- jest for testing
- A GitHub workflow file for continuous testing and building.
- prettier, husky, lint-staged for automatic formatting and linting
npm run test
for jest testingnpm run test:watch
for watching files using jestnpm run build
for building TypeScripts tolib
foldernpm run lint
runseslint
npm run format
runsprettier
This project is licensed with the MIT license.