Add HTML template parsing to Derby
npm install derby-parsingderby-parsing
===============
This module contains the HTML-based template parsing for DerbyJS. Given a template source string, it produces parsed Templates and Expressions as defined in derbyjs/derby-templates.
``shell`
npm install derby-parsing
`javascript
var derbyParsing = require('derby-parsing');
var templateSource = '
Tests
`shell
npm test
``