cynosura/CoffeeScript-Compiler-for-Windows
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
CoffeeScript Compiler for MS Windows
Usage:
> coffee example.coffee
Compile the script and write the output into command line
> coffee example.coffee example.js
Compile the script and write the output into .js file
> coffee example.coffee example.js 2>errors.log
Write errors into the log file instead of command line
> coffee example.coffee example.js 2>nul
Suppress errors