Skip to content

rj-david/meteor-devtools

 
 

Repository files navigation

Meteor DevTools Extension

Meteor Dev Tools Chrome Extension

Build Status Dependency Status devDependency Status ES-2015

Meteor Devtools (MD) is an extension for Chrome Developer Tools that makes the process of developing Meteor apps even more enjoyable. It also allows you to look under the hood of existing applications and learn how they are built. MD includes a plugin framework and currrently comes with 3 plugins: DDP Monitor, Blaze Inspector and MiniMongo Explorer. You can install it from Chrome Web Store.

Development

Running local dev server

npm start

Running tests while developing (with reload)

npm test -- --watch

Building chrome extension for local testing (result in ./chrome)

npm run chrome

Building chrome extension for production (result in ./chrome)

npm run chrome:build

Credits

Meteor Devtools Extension is made by Meteor loving folks at The Bakery. Blaze Inspector is inspired by React Devtools and uses Element highlighter from that project.

Packages

No packages published

Languages

  • JavaScript 91.9%
  • CSS 7.6%
  • HTML 0.5%