Skip to content

koops/ruby-coffee-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby CoffeeScript

Ruby CoffeeScript is a thin wrapper around the coffee binary.

CoffeeScript.compile File.open("script.coffee")

Dependencies

This is not the CoffeeScript parser. This means you need to install node and coffee.

If your coffee binary is in a weird location, you can specify the path by hand.

CoffeeScript.coffee_bin = "/usr/local/bin/coffee"

About

Ruby wrapper for coffee-script

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%