I have a big project in javascript and i'd like to convert it to coffeescript. The problem is that js2coffee works only on a single file.
This thread converting whole project to CoffeeScript with js2coffee didn't helped me since I am on Windows. I tried using git bash, but extra paths are not here : sh.exe tells me node: command not found
when running node -v
, and of course js2coffee
gives js2coffee: command not found
. Same for npm
.