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
- Host: GitHub
- URL: https://github.com/skitsanos/yaml-mindmap-parser
- Owner: skitsanos
- Created: 2019-04-21T09:59:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T10:02:57.000Z (over 6 years ago)
- Last Synced: 2025-01-15T20:19:50.809Z (9 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yaml-mindmap-parser
YAML driven mindmap parserMindmap 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```