xmind2json-cli

1.0.3 • Public • Published

xmind2json

e.g.

const xmindparser = require('xmind2json');
let parser = new xmindparser()
const fileOrPath = './test.xmind'

async function xmindParser(xmindPath) {
  const json = await parser.xmindToJSON(xmindPath)
  console.log(json);
}

xmindParser(fileOrPath).then(res => {
  console.log('res', res)
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    2
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i xmind2json-cli

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

74.5 kB

Total Files

20

Last publish

Collaborators

  • c.wzpan