Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 293 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 293 Bytes

Tiny Robot

Small boilerplate for node.js + TypeScript projects. It includes:

  • Configured TypeScript
  • Configured TypeScript linter
  • Configured testing environment with Mocha/Chai
  • A few example classes with related tests

Install: npm install

Run: npm run start

Test: npm test