about summary refs log tree commit diff stats
path: root/coffee/NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'coffee/NOTES.md')
-rw-r--r--coffee/NOTES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/coffee/NOTES.md b/coffee/NOTES.md
new file mode 100644
index 0000000..abf9adb
--- /dev/null
+++ b/coffee/NOTES.md
@@ -0,0 +1,13 @@
+# coffeescript
+
+```
+coffee -c starfish.coffee
+```
+
+compiles coffeescript code to .js
+
+```
+node starfish.js
+```
+
+runs the compiled js