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

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.

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].

## >\_

[![Pipecraft](https://img.shields.io/badge/site-pipecraft-brightgreen)](https://www.pipecraft.net)
[![PZWD](https://img.shields.io/badge/site-pzwd-brightgreen)](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