a fully-functional skeleton application that you can use for your new applications.
For more details please visit the official documentations.
src
- all your code lives hereindex.ts
- application entry filecli.ts
- CLI entry fileworker.ts
- worker entry fileapp
- application related filesenvironments
- configuration files read more.
test
- all tests filesstatic
- all static fileseslint.config.mjs
- typescript linter configurationtsconfig.json
- typescript configuration
$ npm run dev
- compiles and startsnodemon
$ npm run compile
- compiles the source code$ npm run watch
- watching for file changes$ npm run clean
- removes thedist
directory$ npm run eslint
- lints with eslints$ npm run jest
- runs tests using jest$ npm test
- runs eslint, jest and coverage$ npm run cli
- runs command line applications fromdist
directory$ npm run cli-dev
- runs command line applications withts-node
Licensed under the MIT license.