All Projects → msavin → Jetsetter

msavin / Jetsetter

Visual Get/Set Tool for Meteor Session Variables

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].