An open API service indexing awesome lists of open source software.

https://github.com/hermanbanken/play-metrics

Play Metrics
https://github.com/hermanbanken/play-metrics

Last synced: 3 months ago
JSON representation

Play Metrics

Awesome Lists containing this project

README

          

# How to run these metrics

````bash
brew install cloc # or apt-get install on Ubuntu
cd . #(where this README is too)
# Assuming you have sbt; The spaces around the word modules are intended:
sbt "run /absolute-path-to-play-source/ modules framework/src"
````

You computer will start indexing the LOC count.
If you place
[this json file](https://github.com/hermanbanken/play-metrics/releases/download/metric-modules-output/metricscache.bare-git.json)
in the same directory as where you run the sbt command you will utilize that as a cache,
which speeds things up tremendously.