Skip to content

jeremywarne/CoffeeScript-Compiler-for-Windows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%