3 Star 0 Fork 0

Gitee 极速下载/CoffeeScript-Compiler-for-Windows

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/alisey/CoffeeScript-Compiler-for-Windows
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

This compiler is obsolete

Instead, use these simple official installation steps:

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

Old description

This is a standalone CoffeeScript compiler for Windows. Download coffee.exe to your Windows directory, or add it to your %PATH%. Usage is identical to the original coffee 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 latest coffee-script.js to the same directory as coffee.exe
  • Check version: coffee --version

空文件

简介

CoffeeScript-Compiler-for-Windows 是 Windows 下的 CoffeeScript 脚本编译器 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/CoffeeScript-Compiler-for-Windows.git
git@gitee.com:mirrors/CoffeeScript-Compiler-for-Windows.git
mirrors
CoffeeScript-Compiler-for-Windows
CoffeeScript-Compiler-for-Windows
master

搜索帮助