@geut/chan-stringify

3.2.7 • Public • Published

chan-stringify

Plugin to compile chast to a keepachangelog markdown.

Note

Since v3.0 this plugin is ESM only.

Install

npm install @geut/chan-stringify

Use

import unified from 'unified'
import markdown from 'remark-parse'
import { remarkToChan } from '@geut/remark-chan'
import { stringify } from '@geut/chan-stringify'

unified()
  .use(markdown)
  .use(remarkToChan)
  //.. more plugins
  .use(stringify)

API

origin.use(stringify[, destination][, options])

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @geut/chan-stringify

Weekly Downloads

535

Version

3.2.7

License

ISC

Unpacked Size

13.4 kB

Total Files

9

Last publish

Collaborators

  • geutuser
  • the-real-dk
  • tinchoz49
  • estebanprimost