hyperweb-init

1.0.7 • Public • Published

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

Package Sidebar

Install

npm i hyperweb-init

Weekly Downloads

4

Version

1.0.7

License

ISC

Last publish

Collaborators

  • pirijan