Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/msavin/JetSetter

Visual Get/Set Tool for Meteor Session Variables
https://github.com/msavin/JetSetter

Last synced: about 2 months ago
JSON representation

Visual Get/Set Tool for Meteor Session Variables

Lists

README

        

JetSetter
=========

Meet JetSetter, the insanely handy development package for Meteor. Starting today, you'll never have to enter the console to play with your Session variables again. Instead, JetSetter lets you view and modify your Session variables in the browser. And because JetSetter is a debugOnly package, it does not compile to production code.

See All Your Sessions at Once
----------------------------
JetSetter will automatically scan for all your Session variables and display them in your browser.

Easily View & Modify Sessions
------------------------------
With a click, you can expand the panel to see the Session variables complete value. You're then a click away from modifying its value.

Only There When You Want It
---------------------------
JetSetter won't render into the DOM until you activate it. You can activate by pressing Control + M, or with `Session.set("MeteorToys_display", true)`.

Plug-and-Play Installation
--------------------------

JetSetter configures automatically. To get started, simply run:

$ meteor add msavin:jetsetter

After installation, press Control + M to toggle it.
If you'd prefer to see a demo first, go to http://jetsetter.meteor.com.

JetSetter Pro
----------
JetSetter Pro is available as part of the Meteor Toys suite. The Pro version allows you to watch reactive variables and dictionaries, and includes support for inline editing. For more information, go to the Meteor Toys website.

Additional Information
----------------------
- On Atmosphere
- On GitHub
- Licensed under MIT
- Designed to work with Mongol