# jade-gist

> Layouts and Mixins by Jade

Latest version **1.0.5** (published 2015-04-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install jade-gist
pnpm add jade-gist
yarn add jade-gist
bun add jade-gist
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2015-04-07 |
| First published | 2015-03-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ftft1885 |

## Links

- npm: https://www.npmjs.com/package/jade-gist
- npm.io page: https://npm.io/package/jade-gist

## Recent versions

- 1.0.5 (latest) — 2015-04-07
- 1.0.3 — 2015-03-30
- 1.0.2 — 2015-03-30
- 1.0.1 — 2015-03-29
- 1.0.0 — 2015-03-29

## README

jade-gist
===

[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][downloads-url]
[![Dependency Status][david-image]][david-url]
[npm-image]: https://img.shields.io/npm/v/jade-gist.svg?style=flat-square
[npm-url]: https://npmjs.org/package/jade-gist
[downloads-image]: http://img.shields.io/npm/dm/jade-gist.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/jade-gist
[david-image]: http://img.shields.io/david/chunpu/jade-gist.svg?style=flat-square
[david-url]: https://david-dm.org/chunpu/jade-gist


Layouts and Mixins by Jade

Installation
---

```sh
npm i jade-gist
```

Usage
---

#### mixin

```jade
include mixin/all
```

#### layout

```jade
extend layout/basic
```


Use it by npm
---

```sh
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](layout/basic.jade)

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

[Detail Jade Inheritance Reference](http://jade-lang.com/reference/inheritance/)

License
---

[![License][license-image]][license-url]

[license-image]: http://img.shields.io/npm/l/jade-gist.svg?style=flat-square
[license-url]: #

---
_Source: https://npm.io/package/jade-gist · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
