https://github.com/lsongdev/node-xmind
🧠[WIP] Simple JavaScript API for Xmind
https://github.com/lsongdev/node-xmind
graphics xmind xmind-api
Last synced: 7 months ago
JSON representation
🧠[WIP] Simple JavaScript API for Xmind
- Host: GitHub
- URL: https://github.com/lsongdev/node-xmind
- Owner: lsongdev
- License: mit
- Created: 2019-06-24T08:53:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T09:02:42.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T22:23:45.982Z (about 1 year ago)
- Topics: graphics, xmind, xmind-api
- Language: JavaScript
- Homepage: https://npmjs.org/node-xmind
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## node-xmind [](https://npmjs.org/node-xmind)
> Simple JavaScript API for Xmind
### Installation
```bash
$ npm install node-xmind
```
### Example
```js
const Xmind = require('node-xmind');
// your code here
```
### Contributing
- Fork this Repo first
- Clone your Repo
- Install dependencies by `$ npm install`
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Publish your local branch, Open a pull request
- Enjoy hacking <3
### MIT
This work is licensed under the [MIT license](./LICENSE).
---