This app is using https://github.com/jaredpalmer/tsdx - Zero-config CLI for TypeScript package development
In the production, I'd rather use pure node-based
app, but in the requirements are js/ts
. Therefore, in this example is no docker.
- https://github.com/jaredpalmer/tsdx
- Node
- TypeScript
- ES6
- Jest
- run
node dist/index.js <file> <entityId>
- e. g.
node dist/index.js inputs/example/input.json 5
npm run install
npm run start
npm run build
- Bundles the package to thedist
folder
npm run test