hyperdev-init

Inits a Basic Node Project with Express


Keywords
init, express, starter, less, styl, coffeescript, jade, haml
License
ISC
Install
npm install hyperdev-init@1.0.0

Documentation

HyperDev init

A quick, simple way to start an Express project with fancy language support

Init

var h = require('hyperdev-init');
app = h.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🌹

HyperDev