1.16.1 • Published 5 months ago

@livinglogic/ul4 v1.16.1

Weekly downloads
16
License
MIT
Repository
github
Last release
5 months ago

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 and Java.

Documentation

The Python documentation contains more info on UL4 and UL4ON.

Build instructions

Install the npm packages:

npm install

Build dist/umd/ul4.js and dist/esm/ul4.js:

npm run build

Using UL4 in your project

In your HTML include the following:

<script src="{path}/dist/umd/ul4.js"></script>

now you can use the Javascript variable ul4.

Or if you want to use UL4 as a module do

<script type="module">
	import * as ul4 from '{path}/dist/esm/ul4.js';

	...
</script>

Authors

  • Walter Dörwald
  • Thoralf Hänsel
  • Andreas Gaßner
1.16.1

5 months ago

1.16.0

6 months ago

1.15.3

12 months ago

1.15.2

1 year ago

1.15.1

1 year ago

1.14.0

2 years ago

1.13.1

2 years ago

1.13.0

2 years ago

1.12.1

2 years ago

1.12.0

2 years ago

1.11.1

2 years ago

1.11.0

2 years ago

1.10.3

2 years ago

1.10.2

3 years ago

1.10.1

3 years ago

1.10.0

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.1.1

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.46.12

5 years ago