/molgenis-js-magma

MagmaScript evaluator in TypeScript

Primary LanguageTypeScript

MOLGENIS Magma

Build Status License Library minified size Library minified + gzipped size

Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

npm install @molgenis/magma-script --save

# For Yarn, use the command below.
yarn add @molgenis/magma-script

Installation from CDN

This module has an UMD bundle available through JSDelivr and Unpkg CDNs.

<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/@molgenis/magma-script"></script>

<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/@molgenis/magma-script"></script>

<script>
  // UMD module is exposed through the "MagmaScript" global variable.
  console.log(MagmaScript);
</script>

Documentation

Documentation generated from source files by Typedoc.

License

Released under MIT License.