Handlebars Spec
The Handlebars.js specification converted to JSON, ready for cross-platform consumption.
The JSON spec files are generated by a simple CLI tool found in bin/index.js
, which can be invoked like this:
$ node bin [input.js] -o [output.json]
Patches can be applied to the JSON output by putting a file of the same name as the JSON output in the patch
directory. Specs are identified using the following format: [description]-[it]-[nn]
(all lowercased).
Copyright 2014 © Kasper Kronborg Isager. Licensed under the terms of the MIT License