Collection of useful node extensions to its standard library
npm install improved

``bash`
npm i improved --save
Fetch dependencies
`bash`
npm install
Typescript builds are automatic and watch for file changes:
`bash`
npm run build
or run this to build only once:
`bash`
npm run buildOnce
Building, Linting, Formatting, Testing:
`bash``
npm test