Home

Awesome

Curated distro for Constellation

Constellation is an extensible dev console for Meteor

Constellation Screenshot

Installation

meteor add babrahams:constellation

Demo

Constellation demo site that steps you through basic use of most the packages included in this distro

What you get

This distro includes the constellation base functionality:
It also includes packages for the following optional extra tabs:
Not included, but may be of use to you

Notes

meteor add constellation:console constellation:subscriptions constellation:autopublish constellation:session constellation:tiny constellation:position babrahams:temple lai:ddp-inspector
Advantages of using a distro like this
Disadvantages of using a distro like this

Alternative approach to installation and configuration

To get a clean meteor list but more control over which packages are included in your Constellation console:

  1. Clone this repo into your app's /packages directory
  2. meteor add babrahams:constellation
  3. Open package.js and

Note: If you do this, you're on you own with regards to package version management!