toothbrush

0.0.1 • Public • Published

toothbrush.js

Stream-based mustache template rendering for node.js

Installation

npm install toothbrush

Usage

var toothbrush = require("toothbrush");
 
http.createSever(function(req, res){
    toothbrush("./test.html", res, {"title": "toothbrush"});
}).listen(8080);

Included in froyo.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    5

Package Sidebar

Install

npm i toothbrush

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • bvirus