An open API service indexing awesome lists of open source software.

https://github.com/posthtml/metalsmith-posthtml

PostHTML for Metalsmith
https://github.com/posthtml/metalsmith-posthtml

Last synced: 10 months ago
JSON representation

PostHTML for Metalsmith

Awesome Lists containing this project

README

          

[![NPM][npm]][npm-url]
[![Deps][deps]][deps-url]
[![Tests][build]][build-url]
[![Coverage][cover]][cover-url]
[![Standard Code Style][style]][style-url]
[![Chat][chat]][chat-badge]

# Metalsmith PostHTML

## Install

```bash
npm i -D metalsmith-posthtml
```

## Usage

```js
import metalsmith from 'metalsmith'
import posthtml from 'metalsmith-posthtml'

const plugins = [/* Plugins */]
const options = {/* Options */}

metalsmith(__dirname)
.source('src')
.destination('dest')
.use(posthtml(plugins, options))
.build((err) => {
if (err) throw err
})
```

## Maintainers







Michael Ciniawsky


## Contributing

See [PostHTML Guidelines](https://github.com/posthtml/posthtml/tree/master/docs) and [contribution guide](CONTRIBUTING.md).

## LICENSE

[MIT](LICENSE)

[npm]: https://img.shields.io/npm/v/metalsmith-posthtml.svg
[npm-url]: https://npmjs.com/package/metalsmith-posthtml

[deps]: https://david-dm.org/posthtml/metalsmith-posthtml.svg
[deps-url]: https://david-dm.org/posthtml/metalsmith-posthtml

[build]: http://img.shields.io/travis/posthtml/metalsmith-posthtml.svg
[build-url]: https://travis-ci.org/posthtml/metalsmith-posthtml

[cover]: https://coveralls.io/repos/github/posthtml/metalsmith-posthtml/badge.svg?branch=master
[cover-url]: https://coveralls.io/github/posthtml/metalsmith-posthtml?branch=master

[style]: https://img.shields.io/badge/code%20style-standard-yellow.svg
[style-url]: http://standardjs.com/

[chat]: https://badges.gitter.im/posthtml/posthtml.svg
[chat-badge]: https://gitter.im/posthtml/posthtml?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"