Meteor MiniMongo Explorer
Handy Google Chrome extension for reviewing MiniMongo.
Features:
- collections counts
- collections listing
- limiting fields
- live sorting
- live querying
- methods listing
- multiple tabs
- subscriptions listing
- object inspector mode
- reactive mode
Installation:
Install MiniMongoExplorer from Chrome Web Store.
Development:
- clone this repo
npm install
npm run build:chrome
to rebuildnpm run watch:chrome
to rebuild on file change- build extension is in
build
directory