0.1.1 • Published 9 years ago

curly-cs v0.1.1

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

CurlyCS is simply a CoffeeScript variant that brings back the JavaScript-like block syntax, while retaining the powerful features.

Installation

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

npm install -g curly-cs

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/FeijianSun/CurlyCS.git
sudo curlycs/bin/cake install

Getting Started

Execute a script:

ccs /path/to/script.ccs

Compile a script:

ccs -c /path/to/script.ccs

The source repository: https://github.com/FeijianSun/CurlyCS.git