qmlify

A build tool to transpile ES6 and Node.js code for use in QML

Usage no npm install needed!

<script type="module">
  import qmlify from 'https://cdn.skypack.dev/qmlify';
</script>

README

QMLify

npm npm npm GitHub issues Travis branch

QMLify is a build tool for compiling ES6 and Node.js-like code into the custom Javascript used by QML. It is a part of the Quickly, which provides polyfills and Node modules to emulate a Node.js environment.

For more details, see the Quickly documentation.

Installation

The easiest way to install QMLify is to install it globally using npm:

npm install -g qmlify

You can also use QMLify via the Node.js API, though this is currently undocumented.

Usage

Licensing

QMLify is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.