An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## node-xmind [![node-xmind](https://img.shields.io/npm/v/node-xmind.svg)](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).

---