-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

coffee


> Executes CoffeeScript scripts or compiles them into JavaScript.

More information.


Run a script:

coffee {path/to/file.coffee}

Compile to JavaScript and save to a file with the same name:

coffee --compile {path/to/file.coffee}

Compile to JavaScript and save to a given output file:

coffee --compile {path/to/file.coffee} --output {path/to/file.js}

Start a REPL (interactive shell):

coffee --interactive

Watch script for changes and re-run script:

coffee --watch {path/to/file.coffee}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 19:39:54 2024