igl / boilerplate.ls

Express 4 Boilerplate using: Make, Livescript, Stylus/Less, Jade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • boilerplate.ls

Written


First run:

node . [options]

defaults to: package.json.main: /build/api/index.js
or for development:

make <install>
      build
      test
      run
      watch
      watchtest

chainable
make clean run
make clean watch

make [ all install build run test watch watch-test clean ]

make install

  • npm install
  • make clean build

make build

  • compiles all source files

make run

  • make build
  • Starts node with (package.json).main

make test

  • run mocha on all files in ./specs (--recursive)
  • mocha uses a LiveScript adapter so no compile step is required

make clean

  • removes ./build

About

Express 4 Boilerplate using: Make, Livescript, Stylus/Less, Jade


Languages

Language:CSS 93.0%Language:LiveScript 5.1%Language:JavaScript 1.9%