JackAdams / constellation-distro

A set of packages to get started with Constellation
http://constellation.taonova.com/demo
MIT License
32 stars 3 forks source link

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

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
    • remove lines such as api.use('constellation:tiny@0.3.0'); if you never want to use the "Tiny" tab
    • add lines such as api.use('constellation:velocity@0.3.0'); if you want to use the "Velocity" tab

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