Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 285 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 285 Bytes

Installation

  • npm install -g yo (yeoman npm globally)
  • npm install
  • npm link (Install this generator even though it's not a published module)

Usage

  1. Create a new directory; cd into it
  2. yo cloudfour-core-webapp
  3. gulp --tasks

Tests

(Mocha)

  1. npm test