UNPKG
coffee-fmt
Version:
latest (0.12.0)
0.12.0
0.11.0
0.10.2
0.10.1
0.10.0
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.0
a `gofmt` inspired Coffeescript formatter/beautifier.
github.com/sterpe/coffee-fmt
sterpe/coffee-fmt
coffee-fmt
/
test
/
sample2.coffee
8 lines
(5 loc)
•
165 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
{div} = React.
DOM
Hello
=
React.createClass render: -> (div {}, [
'Hello '
+
@props
.name]) React.renderComponent (Hello {name:
'World'
}), document.body