Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 701 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 701 Bytes

Monkberry - JavaScript template engine

Build Status

Monkberry compile template to JavaScript code which will generate DOM tree and allows to update that tree with new data then its needed.

npm install monkberry --save

Features

  • Small, dependency free library
  • Simple and minimalistic
  • Fully tested
  • One-way data flow
  • Сompiled templates
  • SourceMaps
  • Custom tags
  • Extremely fast!

Example

Documentation

Tests

Monkberry uses Jasmine and testem. To run test locally run:

testem ci