CoffeeScriptがインストールされている前提で、
npm install -g jitter
Hogeディレクトリを作り
その中でjsとcoffeeディレクトリを作ろう
mkdir coffee js
そして、Hogeディレクトリの中で
jitter coffee js
とすると、
「coffee」ディレクトリの中で「〜.coffee」ファイルを作れば
「js」ディレクトリの中で「〜」.js」ファイルが自動で作られる。
$ jitter hoge bar path.exists is now called `fs.exists`. Watching for changes and new files. Press Ctrl+C to stop. Compiled hoge/fuga.coffee
こんな具合にデーモンが走り続けるので、走りっぱにしつつ、別のコンソールで作成する。