1.0.10 • Published 7 years ago

engine6 v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

auto render relative paths for your static html or other files in a simple and lightweight package

app.engine('html', engine6());
app.set('views', 'views');
app.set('view engine', 'html');
...
app.get('/somepath', function (req, res) {
    res.render('/somepath', {
        replacements: req.params
    });
});
1.0.10

7 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago