Skip to content

derbyjs/saddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saddle

Saddle contains the various Template and Binding classes for DerbyJS.

Saddle doesn't directly depend on any other part of Derby, but to use Saddle, you do need an implementation of Expression to pass to Templates.

Installation

npm install saddle

Tests

npm test

Some of Saddle's tests require a DOM to run, so after running the in-memory tests, npm test will print out a URL to run browser-based tests.