forked from jashkenas/coffeescript
-
Notifications
You must be signed in to change notification settings - Fork 2
CoffeeScript em português
License
loopinfinito/coffeescript.com.br
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
{
} } {
{ { } }
} }{ {
{ }{ } } _____ __ __
( }{ }{ { ) / ____| / _|/ _|
.- { { } { }} -. | | ___ | |_| |_ ___ ___
( ( } { } { } } ) | | / _ \| _| _/ _ \/ _ \
|`-..________ ..-'| | |___| (_) | | | || __/ __/
| | \_____\___/|_| |_| \___|\___|
| ;--.
| (__ \ _____ _ _
| | ) ) / ____| (_) | |
| |/ / | (___ ___ _ __ _ _ __ | |_
| ( / \___ \ / __| '__| | '_ \| __|
| |/ ____) | (__| | | | |_) | |_
| | |_____/ \___|_| |_| .__/ \__|
`-.._________..-' | |
|_|
CoffeeScript é uma pequena linguagem que compila para JavaScript.
Instale o Node.js, e então o compilador CoffeeScript:
sudo bin/cake install
Ou, caso você tenha o Node Package Manager instalado:
npm install -g coffee-script
(Não use a opção -g caso não queira instalar de forma global.)
Execute um script:
coffee /path/to/script.coffee
Compile um script:
coffee -c /path/to/script.coffee
Para documentação, uso e exemplos:
http://coffeescript.com.br/
Para sugerir uma nova feature, reportar um bug,
ou acompanhar discussões em geral sobre a linguagem:
http://github.com/jashkenas/coffee-script/issues/
Se você deseja conversar, entre no canal do IRC #coffeescript na Freenode,
ou em webchat.freenode.net.
O repostório do código:
git://github.com/jashkenas/coffee-script.git
Todos que contribuiram estão listados aqui:
http://github.com/jashkenas/coffee-script/contributors
About
CoffeeScript em português
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- CoffeeScript 99.2%
- Other 0.8%