kavascript

A Modern Alternative to Modern JavaScript

Usage no npm install needed!

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

README

KavaScript is a modern variant of CoffeeScript with the aim of greater compatibility with modern JavaScript.

Installation

If you have the node package manager, npm, installed:

npm install -g kavascript

Leave off the -g if you don't wish to install globally. If you don't wish to use npm:

git clone https://github.com/appjudo/kavascript.git
sudo kavascript/bin/kake install

Getting Started

Execute a script:

ks /path/to/script.ks

Compile a script:

ks -c /path/to/script.ks

To suggest a feature or report a bug: http://github.com/appjudo/kavascript/issues

The source repository: https://github.com/appjudo/kavascript.git