# metalsmith-posthtml
**Repository Path**: mirrors_posthtml/metalsmith-posthtml
## Basic Information
- **Project Name**: metalsmith-posthtml
- **Description**: PostHTML for Metalsmith
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-25
- **Last Updated**: 2025-09-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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 |