1.0.0 • Published 9 years ago

hero.js v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

====

HERO

A kissy template engine for Nodejs/Browser

Why another template engine ?

I want a template engine to be as simple as possible. It should have necessary features below:

  • suports original javascript and original html
  • suports extends and include
  • high performance
  • elegant (so it's easy to be read)

That's just all!

But I havn't find a template engine to have all above features. That's why hero.js born.

Install

..code-block:: shell

npm install hero.js

Document