eal

0.0.4 • Public • Published

EAL

A markdown based data text format

EAL uses the markdown syntax to define serializable data. It is an alternative to JSON, YAML, TOML. It provides powerful features to define data in a human readable way:

  • tables
  • lists
  • comments

How it works

Structure

# 

Datatypes

VSCode syntax highlighting

Add this to your settings.json:

{
  "files.associations": {
    "*.eal": "markdown"
  }
}

TODO

  • [ ] Versioning
  • [x] Numbers
  • [x] Dates
  • [ ] Inline comments
  • [ ] Literals
  • [ ] Imports

https://yaml.irz.fr/types.html

Readme

Keywords

none

Package Sidebar

Install

npm i eal

Weekly Downloads

4

Version

0.0.4

License

none

Unpacked Size

16.6 kB

Total Files

19

Last publish

Collaborators

  • falkz