A starter template to start your package with typescript
It uses typescript, eslint and jest
TS: Easy coding EsLint: Easy Formatting Jest: Confident Testing JSDoc: Free Documentation (as long as you add comments)
Use it as template
Build your own stuff
Build the package with TS
Run jest on your test files
Lint your files
### lint:fix Lint and fix what can be fixed
Generate docs with JsDoc