metalsmith-highline

1.0.0 • Public • Published

metalsmith-highline

Build Status

A Highline plugin for Metalsmith.

Installation

npm install metalsmith-highline

Usage

var highline = require('metalsmith-highline')

Metalsmith(__dirname)
    .use(highline(options))
    .build()

options Object

  • highline Object

    The Highline options. Default undefined.

  • pattern String|Array<String>

    A pattern to filter source files. Default **/*.md.

Tests

$ npm test

License

See LICENSE.

Package Sidebar

Install

npm i metalsmith-highline

Weekly Downloads

2

Version

1.0.0

License

none

Last publish

Collaborators

  • christophercliff