1.0.7 • Published 8 years ago

hyperweb-init v1.0.7

Weekly downloads
7
License
ISC
Repository
github
Last release
8 years ago

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🌹

HyperWeb