CoffeeSharp-GS

CoffeeScript compiler for Windows. With a HttpHandler, command-line tool and a .NET library. For ASP.NET projects: After installing this package, all .coffee files will be compiled on the fly by the HttpHandler and returned as JavaScript. Note: For production usage, it is recommened to compile all CoffeeScript files from a build system using the command-line compiler.


Keywords
CoffeeScript, Compiler, JavaScript, coffee
License
BSD-3-Clause
Install
Install-Package CoffeeSharp-GS -Version 0.6.0

Documentation

CoffeeSharp

.NET bindings to the CoffeeScript compiler, using the Jurassic Javascript Compiler internally.

See the homepage for details on how to install and use this package.

About the code

The CoffeeSharp library project contains the CoffeeScript source code as a resource. Based on the Jurassic library, it exports the CoffeeScriptEngine class, with methods like Compile and Eval.

The CoffeeScriptHttpHandler project contains a single HttpHandler that calls the CoffeeSharp library.

The Coffee project is a commandline tool that calls the CoffeeSharp library. In contrast to the previous two projects that are written in C#, this project is written in F#.