1.1.0 • Published 4 years ago
handlebars-echo v1.1.0
handlebars-echo
Echo is a debugging tool. A Handlebars helper to output a navigable, visual representation of data.

Installation
npm i --save handlebars-echoRegister echo as a helper
const echo = require('handlebars-echo');
Handlebars.registerHelper('echo', echo);Usage
<!-- View the root context -->
{{{ echo @root }}}
<!-- View the currently scoped context -->
{{{ echo this }}}
<!-- View anything! -->
{{{ echo path.to.my.nested.value }}}License
MIT