0.1.11 • Published 10 years ago
web-template v0.1.11
Simple web project generator (jade/stylus based)
Usage
$ npm install -g web-template
$ web-template my-app
$ cd my-app && npm installApp structure
my-app
-dest
-css
-src
-jade
-stylus
.editorconfig
.gitignore
.nvmrc
gulpfile.js
package.jsonsrc: contains the files to compile (jade/stylus).src/jade: contains the jade files to compile.src/stylus: contains the stylus files to compile.dest: contains the compiled files.gulpfile.js: contains the tasks to compile src files.
