jonkislin / allbower

Bower dependency graph crawler

Home Page:https://anvaka.github.io/pm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allbower

Bower dependency graph crawler. This indexer is somewhat strict, and if your bower.json is not a valid json it will not let it through.

install

This simple steps will produce local version of the bower graph:

git clone https://github.com/anvaka/allbower
cd allbower
npm install
node index.js
node layout.js
node toBinary.js

The ouptut is stored to ./data folder, and can be consumed by pm visualization

license

MIT

About

Bower dependency graph crawler

https://anvaka.github.io/pm/

License:MIT License


Languages

Language:JavaScript 100.0%