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

https://github.com/skitsanos/yaml-mindmap-parser

YAML driven mindmap parser
https://github.com/skitsanos/yaml-mindmap-parser

Last synced: 7 months ago
JSON representation

YAML driven mindmap parser

Awesome Lists containing this project

README

          

# yaml-mindmap-parser
YAML driven mindmap parser

Mindmap sample in YAML format

```yaml
My Project:
- []:
- name: task #1
description: some text
url: http://api.skitsanos.com
[]:
- zz
- aa
- name: subtask
[]:
- tsk1
- tsk2
- name: another task
[]:
- 11
- 22
- 33

```