https://github.com/hermanbanken/play-metrics
Play Metrics
https://github.com/hermanbanken/play-metrics
Last synced: 3 months ago
JSON representation
Play Metrics
- Host: GitHub
- URL: https://github.com/hermanbanken/play-metrics
- Owner: hermanbanken
- License: mit
- Created: 2015-04-10T12:17:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-10T13:21:58.000Z (over 10 years ago)
- Last Synced: 2025-05-18T08:07:47.324Z (5 months ago)
- Language: HTML
- Size: 2.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.