Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Standalone executable that compiles *.coffee to *.js. Options are compatible with the original coffee command.

NotificationsYou must be signed in to change notification settings

alisey/CoffeeScript-Compiler-for-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Instead, use these simple official installation steps:

  1. Download and runNode.js installer.
  2. Run on the command line:npm install -g coffee-script
  3. That's all. You can now runcoffee from any directory.

Old description

This is a standaloneCoffeeScript compiler for Windows. Download coffee.exe to your Windows directory, or add it to your %PATH%. Usage is identical to the originalcoffee command, except that--watch is not supported:

-c, --compile       compile to JavaScript and save as .js files-o, --output [DIR]  set the directory for compiled JavaScript-j, --join [FILE]   concatenate the scripts before compiling-b, --bare          compile without the top-level function wrapper-v, --version       display CoffeeScript version-h, --help          display a list of available options

If a directory is specified as a source, all .coffee files in that directory will be compiled recursively.

To update CoffeeScript:

  • Download latestcoffee-script.js to the same directory as coffee.exe
  • Check version: coffee --version

About

Standalone executable that compiles *.coffee to *.js. Options are compatible with the original coffee command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp