hyperweb-init
v1.0.7
Published
Inits a Node Project with Express and file support
Downloads
4
Maintainers
Readme
HyperWeb init
A quick, simple way to start an Express project with fancy language support
Init ✨
var hw = require('hyperweb-init');
app = hw.init();
Usage 🐙
use app
like you would in express
app.get("/", function (request, response) {
response.render('index.html', {
title: "The Solar System"
});
});
and so on.
Fancy languages supported 🐕
- CoffeeScript
- LESS
- Stylus
- Jade
- Nunjucks (html)
- Handlebars (hbs)
- CSON
🌹X🌹O🌹X🌹O🌹