Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 594 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 594 Bytes

Cosmosphere

Dependency graphs for Meteor packages

NOTE

The client UI is currently unusable

Usage:

  1. git clone https://github.com/lynktu/cosmosphere.git
  2. cd cosmosphere
  3. meteor

It will then begin syncing the package data to a local mongo collection (may take a while). Only the versions collection is synced - it can be queried like this in meteor shell:

  Data.Versions.findOne({packageName: 'comerc:countdown'})

ToDo