kavascript

A Modern Alternative to Modern JavaScript


Keywords
kavascript, javascript, language, coffeescript, compiler, es6, es7
License
MIT
Install
npm install kavascript@1.10.1

Documentation

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