https://github.com/jevko/jevko-interface.js
[EXPERIMENTAL] A Jevko Interface library in JavaScript.
https://github.com/jevko/jevko-interface.js
Last synced: 3 months ago
JSON representation
[EXPERIMENTAL] A Jevko Interface library in JavaScript.
- Host: GitHub
- URL: https://github.com/jevko/jevko-interface.js
- Owner: jevko
- License: mit
- Created: 2022-12-13T04:00:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T22:27:15.000Z (over 3 years ago)
- Last Synced: 2023-03-05T23:49:53.347Z (over 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[EXPERIMENTAL]
# jevko-interface.js
A [Jevko](https://jevko.org) Interface library in JavaScript.
Provides functionality to manage various Jevko formats.
Currently supports [.jevkoml](https://github.com/jevko/jevkoml), [.jevkodata](https://github.com/jevko/jevkodata), [.jevkocfg](https://github.com/jevko/jevkoconfig1.js).
Can convert the Jevko formats into well-known and well-supported formats (e.g. JSON, HTML, XML and XML-based formats, such as SVG).
Can also convert from JSON to .jevkodata.
Can be used for making tools such as CLIs, code editor plugins, etc.
These tools in turn can be used to easily integrate Jevko formats into applications that deal with XML or JSON, providing facilities that can make authoring and maintaining HTML documents, XML or JSON configurations, SVG graphics, and countless XML-based formats much more enjoyable -- Jevko formats are generally much more pleasant to read, write, edit, or generate -- by hand or otherwise.