TYPESCRIPT BASE PROJECT

  • run npm|yarn install
  • run (sudo) npm install -g ts-node if you want to execute individual files
  • add .ts files in src/scripts, add .test.ts files in src/tests
  • run (npm|yarn) test to launch the test suite