Skip to content

werainkhatri/pubgraph

 
 

Repository files navigation

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.

About

2D and 3D visualization of pub packages.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.1%
  • HTML 18.0%
  • Less 12.4%
  • Shell 0.5%