1.0.5 • Published 9 years ago

jade-gist v1.0.5

Weekly downloads
8,090
License
ISC
Repository
-
Last release
9 years ago

jade-gist

NPM version Downloads Dependency Status

Layouts and Mixins by Jade

Installation

npm i jade-gist

Usage

mixin

include mixin/all

layout

extend layout/basic

Use it by npm

npm i jade-gist

editor views/index.jade

# pretty build jade file
jade -P -p node_modules/jade-gist/. < views/index.jade

Layout

If you use layout like layout/basic

  • use block to replace the default value
  • use append to insert after block
  • use prepend to insert before block

Detail Jade Inheritance Reference

License

License