jade-gist

1.0.5 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.5198latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.5198
1.0.30
1.0.21
1.0.10
1.0.00

Package Sidebar

Install

npm i jade-gist

Weekly Downloads

199

Version

1.0.5

License

ISC

Last publish

Collaborators

  • ftft1885