ejwa / gitinspector

:bar_chart: The statistical analysis tool for git repositories
GNU General Public License v3.0
2.38k stars 328 forks source link

Support for Typescript files (.ts) #108

Open SirMartin opened 8 years ago

SirMartin commented 8 years ago

It can be very useful add the support for typescript files, instead only plain javascript.

adam-waldenberg commented 8 years ago

Sure. However, I have no experience with typescript, as I consider it nothing more than a gimmick (at least for now).

If you have good grasp on the grammar of the language, we do accept pull requests. You can read a short description on how to extend gitinspector with language support in issue #59.

tokkoro commented 7 years ago

I made a pull request #160 for this one. This is my first pull request and all feedback is welcome.

adam-waldenberg commented 3 years ago

Scheduling this for 0.5.0

fuhrmanator commented 3 years ago

In the mean time, to analyze the TypeScript part of my projects, I do (in bash):

gitinspector -x 'file:^(?!(src))' -f ts,tsx path-to-project