To use:
- clone the repository
- Remove .git for this template repo (below)
cd template-node-ts && rm -rf .git
- Click the 'Use this template' then
pullit local
$ npm install- Make cool stuff!
npm run lint- run Biome checksnpm run lint:fix- apply lint and safe fix updatesnpm run format:check- check formattingnpm run format- write formatting updates