gwendall:template-inspector

v0.1.9Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Meteor Template Inspector

Inspector for Blaze templates. See in a snap data, instance variables, helpers and events for your templates.
Demo

Installation

meteor add gwendall:template-inspector

To do

  • Show proper file-tree for templates (showing nested tpls on click)
  • Show helpers values (right now, not possible since helpers relying on Template.instance() can't get called from outside the template itself)