Coffee Script를 실행하거나 JavaScript로 컴파일합니다. 더 많은 정보: https://coffeescript.org#cli.
coffee {{경로/파일.coffee}}
coffee --compile {{경로/파일.coffee}}
coffee --compile {{경로/파일.coffee}} --output {{경로/파일.js}}
coffee --interactive
coffee --watch {{경로/파일.coffee}}