@notarize/qlc-cli

A module for using QLC in a Node project

Usage no npm install needed!

<script type="module">
  import notarizeQlcCli from 'https://cdn.skypack.dev/@notarize/qlc-cli';
</script>

README

@notarize/qlc-cli

This is an npm module for using qlc (a rust binary) in a Node project.

How it works

  • QLC is built in CI and binaries are posted with a GitHub release.
  • In this module's postinstall task, it determines which platform it is being installed on and downloads the correct binary.