Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 450 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 450 Bytes

code-metrics

Code metrics web site for Jutge.org.

Given a program, the website displays several code metrics related to it, such as number of lines of code, number of tokens, number of comments and cyclomatic complexity. Details for each function are also shown.

Dependencies

sudo pip install lizard
sudo apt-get install cloc

or

pip install lizard
brew install cloc

Commands

npm install
npm start
npm run clean