You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
633 B

  1. # HTML2Coffee Plugin for DocPad
  2. Adds support for HTML to [Coffee](http://coffeescript.org/)[(Kup)](http://coffeekup.org/) compilation to [DocPad](https://docpad.org)
  3. Convention: `.coffee.html`
  4. ## Install
  5. ```
  6. npm install --save docpad-plugin-html2coffee
  7. ```
  8. ## History
  9. You can discover the history inside the `History.md` file
  10. ## License
  11. Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)
  12. <br/>Copyright &copy; 2012 [Bevry Pty Ltd](http://bevry.me)
  13. <br/>Copyright &copy; 2011 [Benjamin Lupton](http://balupton.com)