Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 559 Bytes

File metadata and controls

36 lines (25 loc) · 559 Bytes

ts-node-base

SimpliRoute SimpliRoute API domain objects.

Installation

$ npm install @simpliroute/core

NPM Scripts included

  • Jest test

# run tests with coverage
$ npm test

# run test in Jest watch mode (no coverage)
$ npm run test:watch
  • Build TS Code

# Build Typescript to javascript at dist folder (check tsconfig.json)
$ npm run build

# build and keep waiting for changes to rebuild
$ npm run build:watch
  • Run code with ts-node

$ npm start