An open API service indexing awesome lists of open source software.

https://github.com/cloudfour/generator-core-webapp

Yeoman Generator for core web apps
https://github.com/cloudfour/generator-core-webapp

Last synced: about 1 month ago
JSON representation

Yeoman Generator for core web apps

Awesome Lists containing this project

README

          

# 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`