Skip to content

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

Notifications You must be signed in to change notification settings

igl/boilerplate.ls

Repository files navigation

  • 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published