This package has been deprecated

Author message:

No longer maintained

mdify-node

1.1.4 • Public • Published

mdify-node

Build Status Known Vulnerabilities NPM version XO code style styled with prettier

Convert MS Word (DOCX) files to markdown.

Install

$ npm install --global mdify-node

Requires Node.js 6+.

Usage

Usage
  $ mdify <source> [<destination>] [options]
 
Options
  --debug   When this is set the intermediate HTML will be saved into a file.
  --open    Open the generated markdown file.
  --silent  Mute all output.
 
Examples
  $ mdify foo.docx
  $ mdify foo.docx foo.md --open

License license

MIT © Stefan Stölzle

/mdify-node/

    Package Sidebar

    Install

    npm i mdify-node

    Weekly Downloads

    1

    Version

    1.1.4

    License

    MIT

    Unpacked Size

    12.2 kB

    Total Files

    18

    Last publish

    Collaborators

    • stoelzle