0.1.1 • Published 10 years ago
curly-cs v0.1.1
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-csLeave 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 installGetting Started
Execute a script:
ccs /path/to/script.ccsCompile a script:
ccs -c /path/to/script.ccsThe source repository: https://github.com/FeijianSun/CurlyCS.git
0.1.1
10 years ago