Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 2.13 KB

README.md

File metadata and controls

36 lines (24 loc) · 2.13 KB

Meteor Toys

Meteor Toys are a set of in-app development tools designed to transform your development experience. And because they are a debugOnly package, they do not compile to your production build.

What Do Meteor Toys Provide?

When you install Meteor Toys, you will automatically get access to Mongol and JetSetter, which were the original development tools for Meteor. If you choose to purchase an activation key, you can gain access to premium features such as:

  • AutoPub: publish all the documents from the database to the client in just a click
  • Authenticate: one-click account sign-in for faster debugging
  • Throttle: slow down your application connection to the server for a more realistic experience of your app

For more information, check out the Meteor Toys website.

Plug & Play Installation

Meteor Toys configure automatically. To get started, run:

$ meteor add meteortoys:allthings

After installation, open your app in the browser and press Control + M to toggle it. If you require additional instructions or configuration, check out the documentation.

FAQ

Do Meteor Toys require insecure or autopublish to work? No, Meteor Toys have special set of publications and methods that allow it to interact with your application independently from everything else.

Is there a security risk to using Meteor Toys? Since Meteor Toys are a debugOnly package, Meteor's build process will not compile it into production code.

Will Meteor Toys cause my application to behave differently? All of the code and functions of Meteor Toys are pre-fixed and scoped, so there shouldn't be any intrusion.

Meteor Toys are licensed under the Meteor Toys License. (C) FaverSocial, LLC 2014. All Rights Reserved.