0.0.4 • Published 9 years ago

cardboardbox v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

#Mire

  • Heavily based on handlebars so you already know how to use it.
  • The syntax is simple, with minimal typing in mind. Save your time and Sanity!
  • Server and Client side compiling, perfect for realtime and non-realtime apps.
  • Coffeescript and Javascript.

##Example

index.html

<body>
  <p>
    {{user.name}}
  </p>
  <ul>
    {{for friend in user.friends}}
      <li>
      {{friend.name}}
      </li>
    {{f}}
  <ul>
<body>

main.js

$('body').mire();

Made by Penagwin. Just your average :penguin: