Think of it as template for solving common issues in software development.
npm install -g typescript ts-nodeRun examples via
ts-node ./src/PathToExample/Example.tsRun tests via
npm run testTo write a resuable and extesible code. Might create a useful open-source library soon.