system-livescriptdeprecated

SystemJS loader for LiveScript

Usage no npm install needed!

<script type="module">
  import systemLivescript from 'https://cdn.skypack.dev/system-livescript';
</script>

README

system-livescript

devDependency status

Getting Started

jspm install npm:system-livescript

In config.js, write

System.config({
  meta: {
    "*.ls": {
      loader: "system-livescript"
    }
  }
});

License

LiveScript compiler is released under MIT License, and the rest of this software is released to Public Domain.