/ng-app-counter

Count the number of Modules, Lazy Modules, Pipes, Providers, Directives, Components used in an Angular application.

Primary LanguageTypeScriptMIT LicenseMIT

ng-app-counter

Count the number of Modules, Lazy Modules, Pipes, Providers, Directives, Components used in an Angular application.

screen angular counter

Usage

npx ng-app-counter

# or to define a tsconfig
npx ng-app-counter -p ./project/tsconfig.json

Or

npm install --save-dev ng-app-counter


// package.json section scripts
 "scripts": {
    "count": "ng-app-counter",
    ...

Run npm run count

License

MIT