Skip to content

jutge-org/code-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Compute code metrics for various programming languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published