All Projects → bahmutov → Js Complexity Viz

bahmutov / Js Complexity Viz

Licence: other
JavaScript source code complexity tool

Programming Languages

javascript
184084 projects - #8 most used programming language

JSC (formerly js-complexity-viz)

NPM info

Build status dependencies endorse

JavaScript source code complexity tool

This is a runner/wrapper around Phil Booth's tool complexity report

Install and run

npm install -g jsc
jsc foo.js tests/*.js

It can also be installed locally and used from other modules. See js-complexity-viz.js source file.

Use -h option to see all (few) options

Outputs:

  1. report.html (based on template, uses Google charting library)
  2. report.json (collected js file complexity statistics)

For example, the html can be ingested into Jenkins build system when using HTML publisher plugin

License

The MIT License, see MIT-License.txt

Contact

Gleb Bahmutov [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].