web-template

v0.1.11
A simple web project generator (jade/stylus based)
web generator jade stylus

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.

npm i web-template

Metadata

  • ISC
  • >=4.0.0
  • Michell Ayala
  • released 1/28/2016

Downloads

Maintainers