suml

0.2.2 • Public • Published

SUML for JavaScript

SUML logo

This is a JavaScript implementation of a parser and a dumper of SUML: Simple & Unambiguous Markup Language. You can check out its specification at gitlab.com/Avris/SUML

Installation

yarn add suml

Usage

import Suml from 'suml';

const suml = new Suml();

const parsed = suml.parse("'input'");
const dump = suml.dump({foo: 'bar', lorem: true})

Development

make install
make test

Webpack loader

See: gitlab.com/Avris/SUML-Loader

Package Sidebar

Install

npm i suml

Homepage

avris.it

Weekly Downloads

10

Version

0.2.2

License

MIT

Unpacked Size

37.1 kB

Total Files

33

Last publish

Collaborators

  • avris