Enhance Meteor Development with Mongol


Summary of my bookmarked Github repositories from Feb 24th, 2015

Github repositories

  • msavin/Mongol-meteor-explore-minimongo-devtools

    Mongol is a development tool designed for Meteor applications. It allows you to conveniently view and edit client documents directly in the browser, eliminating the need for console interaction. As a debugOnly package, Mongol won't be included in your production build. After a simple installation process, you can toggle Mongol by pressing Control + M in your app. It acts as a database management tool within your Meteor app, providing features like document count visualization, document browsing, and the ability to modify documents. Mongol is secure and doesn't require insecure permissions or affect your application's behavior.