https://github.com/gwendall/meteor-template-inspector
Inspector for Blaze templates
https://github.com/gwendall/meteor-template-inspector
Last synced: about 2 months ago
JSON representation
Inspector for Blaze templates
- Host: GitHub
- URL: https://github.com/gwendall/meteor-template-inspector
- Owner: gwendall
- Created: 2015-03-18T17:00:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T14:18:15.000Z (almost 8 years ago)
- Last Synced: 2025-04-04T22:46:59.548Z (about 2 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```diff
- NOTE: This package is not maintained anymore.
- If you want to help, please reach out to [email protected]
```Meteor Template Inspector
=======================Inspector for Blaze templates. See in a snap data, instance variables, helpers and events for your templates.
[Demo](https://template-inspector.meteor.com)Installation
------------``` sh
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)