https://github.com/geneasy/geneasy-yaml
A plugin that enables geneasy to use dafa files in YAML format.
https://github.com/geneasy/geneasy-yaml
geneasy json yaml
Last synced: about 2 months ago
JSON representation
A plugin that enables geneasy to use dafa files in YAML format.
- Host: GitHub
- URL: https://github.com/geneasy/geneasy-yaml
- Owner: geneasy
- License: mit
- Created: 2021-09-20T19:41:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T17:36:20.000Z (almost 5 years ago)
- Last Synced: 2023-03-11T03:48:25.169Z (over 3 years ago)
- Topics: geneasy, json, yaml
- Language: JavaScript
- Homepage: https://geneasy.github.io/
- Size: 61.5 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geneasy-yaml
[![NPM Version][npm-version-image]][npm-url]
[![LICENSE][license-image]][license-url]
[![code style: prettier][code-style-prettier-image]][code-style-prettier-url]
A plugin that enables geneasy to use dafa files in YAML format.
## Installation
```sh
npm i -g geneasy-yaml
```
## Related
- [geneasy](https://github.com/geneasy/geneasy) - A command line tool that can easily generate HTML, Markdown documents, etc.
- [geneasy-handlebars](https://github.com/geneasy/geneasy-handlebars) - A plugin that enables geneasy to use the Handlebars templates.
- [js-yaml](https://github.com/nodeca/js-yaml) - JavaScript YAML parser and dumper. Very fast.
## License
Copyright (c) 2021 [Pipecraft][my-url]. Licensed under the [MIT license][license-url].
## >\_
[](https://www.pipecraft.net)
[](https://pzwd.net)
[my-url]: https://www.pipecraft.net
[npm-url]: https://www.npmjs.com/package/geneasy-yaml
[license-url]: LICENSE
[code-style-prettier-url]: https://github.com/prettier/prettier
[npm-downloads-image]: https://img.shields.io/npm/dm/geneasy-yaml
[npm-version-image]: https://img.shields.io/npm/v/geneasy-yaml
[license-image]: https://img.shields.io/npm/l/geneasy-yaml
[code-style-prettier-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square