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.
sudo pip install lizard
sudo apt-get install cloc
or
pip install lizard
brew install cloc
npm install
npm start
npm run clean