metalsmith-asciidoc

1.1.0 • Public • Published

metalsmith-asciidoc

A Metalsmith plugin to convert asciidoc files.

Build Status
Branch Status Build Dependencies
master Master Master Dependencies

Installation

$ npm install metalsmith-asciidoc

CLI Usage

Install via npm, then add metalsmith-asciidoc key to your metalsmith.json plugins section:

{
  "plugins": {
    "metalsmith-asciidoc": {}
  }
}

API Usage

Install via npm and require metalsmith-asciidoc, then pass to Metalsmith using the use method:

var asciidoc = require('metalsmith-asciidoc');
 
metalsmith.use(asciidoc());

Development

Clone the repo and install dependencies:

git clone https://github.com/ndhoule/metalsmith-asciidoc.git
npm install

Running tests:

make test

License

Code copyright 2014 Nathan Houle. Released under the MIT license.

Package Sidebar

Install

npm i metalsmith-asciidoc

Weekly Downloads

1

Version

1.1.0

License

MIT

Last publish

Collaborators

  • ndhoule