Skip to content

Sinova/Bite.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.