donaldaverill / temple

Meteor developer tool that provides visual information about templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer tool that provides visual information about Meteor templates

Based on the work of Sacha Grief, as first seen on crater.io

Quick start

meteor add babrahams:temple

Use [control] + [T] to activate Temple.

Note:

  1. Temple will plug itself into the UI of constellation:console (demo here) if Constellation is added to your project.
  2. This is a {debugOnly: true} package, so it won't be compiled into production builds.

Usage

When Temple is activated, templates are outlined with red borders.

When hovered over, the name of the template shows, along with a number that shows which rendered instance of the template this represents (since the last hard browser refresh).

Click on any element to see the data context of the element.

About

Meteor developer tool that provides visual information about templates

License:MIT License


Languages

Language:JavaScript 74.7%Language:HTML 14.2%Language:CSS 11.1%