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
- Host: GitHub
- URL: https://github.com/cloudfour/generator-core-webapp
- Owner: cloudfour
- Created: 2015-10-19T17:53:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:20:33.000Z (7 months ago)
- Last Synced: 2025-09-12T09:25:49.457Z (7 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
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`