escomplex / complexity-report

**UNMAINTAINED** Software complexity analysis for JavaScript projects
MIT License
209 stars 28 forks source link

complexity-report as a library #18

Open pranavparikh opened 8 years ago

pranavparikh commented 8 years ago

Great job on putting up together this module. I find it quite helpful but wonder if it can be supported as a library as well. ( I saw this was discussed before and the suggestion was to move to escomplex).

Will it work if I send a PR to support it as a library too ? Or can I fork this project, make the changes and publish a new module with library support ?

prantlf commented 6 years ago

I support this FR. escomplex provides analysis. complexity-report provides formatting and writing of the report. If escomplex is integrated to build or graphic tools, report formatting has to be written from the scratch. It is a pity to leave the formatters private only in this module.