Info
Version: | 1.2.0 |
Author(s): | Jeremy Ashkenas |
Last Update: | Thursday, December 29, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://jashkenas.github.com/coffee-script/ |
NuGet Url: | https://www.nuget.org/packages/CoffeeScriptCompiler |
Install
Install-Package CoffeeScriptCompiler
dotnet add package CoffeeScriptCompiler
paket add CoffeeScriptCompiler
CoffeeScriptCompiler Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It will be added to your Scripts folder and you'll have to reference it where you want it.
CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart.
CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.