The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

CoffeeScript

CoffeeScript Category

Js2coffee: migrate your Javascript code into CoffeeScript

Js2coffee is an interesting tools that will help you in migration to CoffeeScript.

Senza titolo 1 copia 600x229 Js2coffee: migrate your Javascript code into CoffeeScript

Js2coffee automatically compiles your Javascript code into CoffeeScript.

Js2coffee is also available as a NodeJS module.

$ npm install js2coffee
$ js2coffee file.js > file.coffee

Js2coffee helps you migrate projects to CoffeeScript by compiling your JavaScript code into CoffeeScript.