npm.io
0.2.3 • Published 2 years ago

suml

Licence
LicenseRef-OQL-1.0
Version
0.2.3
Deps
0
Size
36 kB
Vulns
0
Weekly
0

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

Keywords