# coffee-script-on-jscript **Repository Path**: mirrors_mattn/coffee-script-on-jscript ## Basic Information - **Project Name**: coffee-script-on-jscript - **Description**: CoffeeScript on JScript. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # What is this? This is a wrapper of CoffeeScript compiler works on JScript. No need cygwin! ## What is CoffeeScript? See http://jashkenas.github.com/coffee-script/ . ## Usage Usage: coffee [options] path/to/script.coffee -c, --compile compile to JavaScript and save as .js files -p, --print print the compiled JavaScript to stdout -s, --stdio listen for and compile scripts over stdio -e, --eval compile a string from the command line -b, --bare compile without the top-level function wrapper -h, --help display this help message ## Note - The file "coffee-script.js" included in this repository is a part of CoffeeScript. You can get the latest version of this from the following. https://github.com/jashkenas/coffee-script/blob/master/extras/coffee-script.js - This script works on JScript. So, some functions and objects that can be used by node.js cannot be used. ## Latest version https://github.com/thinca/coffee-script-on-jscript ## License Creative Commons Attribution 3.0 Unported (CC BY 3.0) http://creativecommons.org/licenses/by/3.0/deed ## TODO - Error handling. - Directory support. - --output option. - --join option. - --watch option.