1.0.0-alpha • Published 9 years ago
metalsmith-posthtml v1.0.0-alpha
Metalsmith PostHTML
Install
npm i -D metalsmith-posthtmlUsage
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
Contributing
See PostHTML Guidelines and contribution guide.