|
|
|
|
|
by ytetsuro
1578 days ago
|
|
# What's Sabik? Sabik is a source code metrics tool. It's a compass tool for warriors fighting a project that smells bad. # What analyzable metrics? Sabik analyzable metrics are following. * Cognitive Complexity
* Halstead complexity measures
* Line of Code(Logical, Physical)
* Maintainability For now. # What types of output are available? * JSON
* HTML If you are concerned about the HTML output, click following. https://sabik.botch.me/example https://www.npmjs.com/package/sabik |
|