about summary refs log tree commit diff stats
path: root/coffee/NOTES.md
blob: abf9adb69c460d94589b5507d9d7d8d4eec1fef5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# coffeescript

```
coffee -c starfish.coffee
```

compiles coffeescript code to .js

```
node starfish.js
```

runs the compiled js