DeprecatedThis package is deprecated
generator-prototyping
Yeoman generator for client side webapp prototyping
Installation
$ npm install -g yo generator-prototyping
Usage
$ mkdir prototyping && cd $_
$ yo prototyping
grunt aliases
compile
$ grunt compile
- remove files and directories in
public/, withoutpublic/lib/ - copy to
public/fromassets/,css/andjs/ - compile files for Jade, Stylue, Less and CoffeeScript
develop
$ grunt develop
- start server at
localhost:8000 - start watch to files and start livereload
watch to files below.
css/**/*.cssjade/**/*.jadestylus/**/*.stylless/**/*.lessjs/**/*.jscoffee/**/*.coffeeassets/**/*
install
$ grunt install
download libraries using bower, and put to public/lib/.
rebuild
$ grunt rebuild
it similar to compile alias. but clean public/, and install libraries with bower.
License
The MIT license. Please see LICENSE file.

