Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

These files show the basics of CoffeeScript

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors