Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

oniyi-express-mustache-renderer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oniyi-express-mustache-renderer

An express middleware that provides a renderer for mustache templates

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

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.

Keywords

oniyi-express-mustache-renderer

FAQs

Package last updated on 09 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts