How to use the to-vfile.writeSync function in to-vfile

To help you get started, we’ve selected a few to-vfile examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Level / awesome / src / index.js View on Github external
.process(vfile.readSync(fp), (err, file) => {
    if (err) throw err
    console.error(report(file))
    vfile.writeSync(file)
  })
github nitin42 / linkify-markdown / src / linkify.js View on Github external
const write = data => vfile.writeSync(data)

to-vfile

vfile utility to read and write to the file system

MIT
Latest version published 1 year ago

Package Health Score

59 / 100
Full package analysis