Home > expressc

expressc

Expressc is a project mainly written in ..., it's free.

Configure express apps coffee_script-enabled to the CLI

About

This is a CLI shortcut to create apps with the Express Framework in Node.js.

Requirements

You should have already installed the Express Framework in order to work. And the CoffeeScript installation

Instalation

Just copy this to your nodejs installation directory inside of the bin folder. And do sudo chmod 777 expressc

Use

In the CLI just type expressc [yourappname]

Features

  • CORS enabled.
  • Jade and EJS support for templates. e.g. expressc [yourappname] -t [templateName]
  • Stylus, less, sass for style support. e.g. expressc [yourappname] -c [cssTemplateName]

Credits

  • Alejandro Morales
  • [TJ] (http://github.com/visionmedia) for the Express Framework
Previous:cjp