Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 643 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 643 Bytes

HTML to Jade Meteor JS App with Handlebars Support

Convert HTML to Jade, process Meteor Handlebars tags (no spacing in between):

  • open tag '{{#'
  • close tag '/}}'
  • else tag '{{else}}'
  • indentation with 2 spaces

Demo

html2jade.vida.io

Install

git clone https://github.com/vidalab/meteor-html2jade.git
cd meteor-html2jade
mrt

License

MIT License

Credits