express-ejs-handler

1.0.0 • Public • Published

A simple project which allows you to create handled projects with ejs and express.
What it does? Set's the view engine to ejs (you need to have ejs installed (npm i ejs)) and automatically reads from the views folder. Example usage:

const Handler = require('express-ejs-handler');
const app = require('express')();
new Handler(app);

app.listen(3000)

/express-ejs-handler/

    Package Sidebar

    Install

    npm i express-ejs-handler

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    958 B

    Total Files

    3

    Last publish

    Collaborators

    • salvage_dev