Skip to content

Sinova/Bite.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 21, 2017
90caf70 · Aug 21, 2017

History

53 Commits
Apr 16, 2017
Sep 8, 2016
Apr 16, 2017
Aug 21, 2017
Apr 16, 2017
Aug 21, 2017

Repository files navigation

Bite.js

Tiny, Dependecy-Free JavaScript Templating

Overview

Bite.js is an ultra light-weight, full-featured templating engine designed for size and performance. It compiles templates into standalone functions in vanilla JavaScript that can be used to render those templates with a given set of data.

Features

  • Interpolation
  • Conditionals
  • Iteration
  • Parent/Child Scoping
  • Arbitrary Expressions
  • Precompilation or Run-Time Compilation
  • Partials

Installation

npm install bite-templates

Usage/Documentation

Click here to view usage examples, API documentation, and a live demo.