ts-stats
ts-stats copied to clipboard
[FEATURE] auto detect major framework setup
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 - [ ] Angular-cli:
angular.json - [ ] React
- [ ] Vue
- [ ] ???