File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1+ screenshots /
2+ tsconfig.json
3+ tslint.json
Original file line number Diff line number Diff line change 1+ <p align =" center " >
2+ <a href =" https://www.npmjs.com/package/@compodoc/ts-stats " ><img src =" https://badge.fury.io/js/%40compodoc%2Fts-stats.svg " alt =" npm badge " ></a >
3+ <a href =" https://david-dm.org/compodoc/ts-stats " ><img src =" https://david-dm.org/compodoc/ts-stats.svg " alt =" npm dependencies " ></a >
4+ <a href =" https://david-dm.org/compodoc/ts-stats?type=dev " ><img src =" https://david-dm.org/compodoc/ts-stats/dev-status.svg " alt =" npm devDependencies " ></a >
5+ <a href =" http://opensource.org/licenses/MIT " ><img src =" http://img.shields.io/badge/license-MIT-brightgreen.svg " alt =" MIT badge " ></a >
6+ </p >
7+
18# ts-stats
29Gives statistics about your TypeScript files
310
@@ -21,7 +28,7 @@ yarn global add @compodoc/ts-stats
2128
2229## Usage
2330
24- Use ts-stats near a ` tsconfig.json ` file.
31+ Use __ ` ts-stats ` __ near a ` tsconfig.json ` file.
2532
2633```
2734$ ts-stats
Original file line number Diff line number Diff line change 11{
22 "name" : " @compodoc/ts-stats" ,
33 "version" : " 1.0.0" ,
4- "description" : " Gets some stats of any TypeScript application" ,
4+ "description" : " Gets some statistics of any TypeScript application" ,
55 "main" : " dist/index.js" ,
66 "bin" : {
77 "ts-stats" : " dist/index.js"
1111 "url" :
" [email protected] :compodoc/ts-stats.git" 1212 },
1313 "scripts" : {
14- "postinstall " : " tsc"
14+ "prepublishOnly " : " tsc"
1515 },
16- "keywords" : [],
16+ "keywords" : [
17+ " typescript" ,
18+ " statistics"
19+ ],
1720 "author" : {
18211922 "name" : " Wassim Chegham" ,
You can’t perform that action at this time.
0 commit comments