ul4

0.46.12 • Public • Published

UL4

UL4 is a cross-platform templating language.

UL4ON

UL4ON is a lightweight machine-readable text-based cross-platform object serialization format.

Implementations

Apart from this Javascript implementation there are implementations of UL4 and UL4ON for Python, Java and PHP.

Documentation

The Python documentation contains more info on UL4 and UL4ON.

Build instructions

Install the npm packages:

npm install

Build dist/ul4.js:

npm run build

Using UL4 in your project

In your HTML include the following:

<script src="{path}/node_modules/blueimp-md5/js/md5.min.js"></script>
<script src="{path}/dist/ul4.js"></script>

now you can use the Javascript variable ul4.

Changes

Changes 0.46.12

Fixed the variable _js_Date (which should be a local variable).

Authors

  • Walter Dörwald
  • Thoralf Hänsel

Package Sidebar

Install

npm i ul4

Weekly Downloads

1

Version

0.46.12

License

MIT

Unpacked Size

1.04 MB

Total Files

10

Last publish

Collaborators

  • doerwalter