https://github.com/joakin/loot-content-analysis
A cli tool for analyzing [loot](https://github.com/joakin/loot) content.
https://github.com/joakin/loot-content-analysis
Last synced: about 1 year ago
JSON representation
A cli tool for analyzing [loot](https://github.com/joakin/loot) content.
- Host: GitHub
- URL: https://github.com/joakin/loot-content-analysis
- Owner: joakin
- Created: 2015-12-16T12:15:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T19:16:55.000Z (over 10 years ago)
- Last Synced: 2025-02-18T19:54:37.849Z (over 1 year ago)
- Language: JavaScript
- Size: 166 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loot-content-analysis
A cli tool for analyzing [loot](https://github.com/joakin/loot) content and
a browser webapp for visualizing the reports.
[Live report version](http://chimeces.com/loot-content-analysis/)
## 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
1. `npm link .`
4. Run it globally from anywhere by executing `loot-content-analysis`.
### Developing and visualizing the report
```bash
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.