0.3.0 • Published 8 years ago

judoscript v0.3.0

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

JudoScript is a modern variant of CoffeeScript with the aim of greater compatibility with ES 6/7 classes and concepts.

Installation

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

npm install -g judoscript

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/judoscript.git
sudo judoscript/bin/cake install

Getting Started

Execute a script:

coffee /path/to/script.coffee

Compile a script:

coffee -c /path/to/script.coffee

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

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