ts-stats
ts-stats copied to clipboard
Gives statistics about your TypeScript files
For major features like services for Angular, it could be fine to see : - what are the most used services ? - if each service has an unit test...
- [x] Display average lines by files - [ ] Add a flag for a threshold, if files over, list them
- [ ] Comments (wip: https://github.com/compodoc/ts-stats/commit/8e62b8a1e7984d566d3a304340d9edde334668fa)
When running ts-stats we should be able to auto detect what framework is used, based on some known config files, or a specific annotation, namespace... - [ ] Angular: `@NgModule`...
- [x] classes - [x] interfaces - [ ] types aliases