Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.46 KB

README.md

File metadata and controls

50 lines (28 loc) · 1.46 KB

pubgraph

Visualization of Pub shows dependency graph of a pub package.

Screenshots

Default view: Default view

Responsive view:

Responsive view

3d view: 3d view

How it's done?

angular.js + browserify + ngraph => gulp => https://werainkhatri.github.io/pubgraph/

The website is entirely hosted on GitHub Pages.

The pub data is coming from https://pub.dev/api/packages/ and is collected by pubgraphbuilder in real time.

For CSS styles I'm using twitter bootstrap and less.

npm rocks

All modules of this application are provided by npm.

Local development

git clone https://github.com/werainkhatri/pubgraph.git
cd pubgraph
npm i
npm start

This should start local dev server and serve Pub Visualization.

license

MIT

Special Thanks

To anvaka for making the original project (npmgraph) open source.