https://github.com/fantasywind/generator-angular-jscg
This is a angular site generator with coffeescript / jade / stylus / gulp (Patch and rewrite from official version: generator-angular)
https://github.com/fantasywind/generator-angular-jscg
Last synced: about 1 year ago
JSON representation
This is a angular site generator with coffeescript / jade / stylus / gulp (Patch and rewrite from official version: generator-angular)
- Host: GitHub
- URL: https://github.com/fantasywind/generator-angular-jscg
- Owner: fantasywind
- Created: 2014-07-04T15:54:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T15:10:17.000Z (over 10 years ago)
- Last Synced: 2025-05-14T14:58:41.576Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 261 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# generator-angular-jscg
This is a angular site generator with coffeescript / jade / stylus / gulp (Patch and rewrite from official version: [generator-angular](https://github.com/yeoman/generator-angular))
## View Cache
The directive generator ```yo angular-jscg:directive``` will generate cached view automatically. If you won't, add arguments __--no-cache__. Otherwise, if you generate view with ```yo angular-jscg:view```, add __--cache__ to generate cache view file.
The view files in __views/cached__ folder (and subfolders) will be cached after you build application.