0.1.11 • Published 9 years ago

web-template v0.1.11

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

Simple web project generator (jade/stylus based)

NPM

Usage

$ npm install -g web-template
$ web-template my-app
$ cd my-app && npm install

App structure

my-app
  -dest
    -css
  -src
    -jade
    -stylus
  .editorconfig
  .gitignore
  .nvmrc
  gulpfile.js
  package.json

src: 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.

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.0.1

9 years ago