0.0.1 • Published 9 years ago

oniyi-express-mustache-renderer v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

An express middleware that provides a renderer for mustache templates Use this to provide different renderers per router (also allows you to structure your templates as sub-folders per router in Express)

Getting Started

Install the module with: npm install oniyi-express-mustache-renderer

var express = require('express'),
    router = express.Router(),
    renderer = require('oniyi-express-mustache-renderer');

router.use(renderer(__dirname));

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2014 Benjamin Kroeger Licensed under the MIT license.