Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 458 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 458 Bytes

Learning CoffeeScript

These files show the basics of CoffeeScript.

To compile/run: coffee -o js -c coffee/filename.coffee node js/filename.js

Or you could test a single file (without its extension) by running: ./test_script.sh filename

To compile all files at once just run: $ ./compile_all.sh

Or run: $ coffee -o js -c coffee/*.coffee

CoffeeScript's official documentation at: http://coffeescript.org/ Twitter: @CoffeeScript