Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 353 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 353 Bytes

Node TS Starter

This is a very simple TypeScript starter project for node, basically for katas which require only command line scripts.

What it includes

  • TypeScript
  • Prettier
  • EsLint (@typescript-eslint)
  • Mocha

Installation

If you do not need e2e to test for the console, you can delete

  • ./e2e
  • test/e2e
  • test/utils/execute