README 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. If you have the Node Package Manager installed:
  22. npm install -g coffee-script
  23. (Leave off the -g if you don't wish to install globally.)
  24. Or, if you don't wish to use npm:
  25. sudo bin/cake install
  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. Top 100 contributors are listed here:
  39. http://github.com/jashkenas/coffee-script/contributors