0.1.11 • Published 10 years ago

web-template v0.1.11

Weekly downloads
2
License
ISC
Repository
github
Last release
10 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

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.0.1

10 years ago