Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

curly-cs

FeijianSun9MIT0.1.1

Curly-Brace Variant of CoffeeScript

curlycs, coffeescript, javascript, language, compiler

readme

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