README 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. } } {
  3. { { } }
  4. } }{ {
  5. { }{ } } _____ __ __
  6. ( }{ }{ { ) / ____| / _|/ _|
  7. .- { { } { }} -. | | ___ | |_| |_ ___ ___
  8. ( ( } { } { } } ) | | / _ \| _| _/ _ \/ _ \
  9. |`-..________ ..-'| | |___| (_) | | | || __/ __/
  10. | | \_____\___/|_| |_| \___|\___|
  11. | ;--.
  12. | (__ \ _____ _ _
  13. | | ) ) / ____| (_) | |
  14. | |/ / | (___ ___ _ __ _ _ __ | |_
  15. | ( / \___ \ / __| '__| | '_ \| __|
  16. | |/ ____) | (__| | | | |_) | |_
  17. | | |_____/ \___|_| |_| .__/ \__|
  18. `-.._________..-' | |
  19. |_|
  20. CoffeeScript is a little language that compiles into JavaScript.
  21. Install Node.js, and then the CoffeeScript compiler:
  22. sudo bin/cake install
  23. Or, if you have the Node Package Manager installed:
  24. npm install -g coffee-script
  25. (Leave off the -g if you don't wish to install globally.)
  26. Execute a script:
  27. coffee /path/to/script.coffee
  28. Compile a script:
  29. coffee -c /path/to/script.coffee
  30. For documentation, usage, and examples, see:
  31. http://coffeescript.org/
  32. To suggest a feature, report a bug, or general discussion:
  33. http://github.com/jashkenas/coffee-script/issues/
  34. If you'd like to chat, drop by #coffeescript on Freenode IRC,
  35. or on webchat.freenode.net.
  36. The source repository:
  37. git://github.com/jashkenas/coffee-script.git
  38. All contributors are listed here:
  39. http://github.com/jashkenas/coffee-script/contributors