1.10.1 • Published 9 years ago

kavascript v1.10.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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