Skip to content

wmora/learning-coffeescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published