Gets interesting statistics about any TypeScript application
npm install @compodoc/ts-stats

Install from npm:
```
npm install -g @compodoc/ts-stats
Install from Yarn:
``
yarn global add @compodoc/ts-stats
Use __ts-stats__ near a tsconfig.json file.
``
$ ts-stats
```
-v, --version output the version number
-h, --help output usage information
-p, --tsconfig
-l, --loc Lines of code
-f, --files Files
-d, --decorators Decorators
-c, --classes Classes
-i, --interfaces Interfaces
-m, --imports Imports
-e, --exports Exports
-s, --specs Specs