Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 891 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 891 Bytes

loot-content-analysis

A cli tool for analyzing loot content and a browser webapp for visualizing the reports.

Live report version

Deps

  • node.js >= 4.0
  • npm >= 3.0

Usage

  1. Clone this repo somewhere git clone https://github.com/joakin/loot-content-analysis
  2. cd into the folder and install dependencies npm install
  3. Link the package to have it available as a globally installed npm module
  4. npm link .
  5. Run it globally from anywhere by executing loot-content-analysis.

Developing and visualizing the report

cd loot-content-analysis
cd ./examples/
rm -rf output/* && SERVER=http://localhost:7002 loot-content-analysis -c config.yml -d output
# after it ends...
npm start
# Open localhost:3000 in the browser

Options

Run loot-content-analysis to see usage.