@compodoc/ts-stats
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

npm badge npm dependencies npm devDependencies MIT badge

ts-stats

Gives statistics about your TypeScript files

ts-stats

Install

Install from npm:

npm install -g @compodoc/ts-stats

Install from Yarn:

yarn global add @compodoc/ts-stats

Usage

Use ts-stats near a tsconfig.json file.

$ ts-stats

CLI Arguments

-v, --version              output the version number
-h, --help                 output usage information
-p, --tsconfig <tsconfig>  TypeScript "tsconfig.json" file (default: tsconfig.json)
-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

Readme

Keywords

Package Sidebar

Install

npm i @compodoc/ts-stats

Weekly Downloads

49

Version

1.1.1

License

MIT

Unpacked Size

31.6 kB

Total Files

40

Last publish

Collaborators

  • compodoc