I have lots of code written on Java that actively interacts with file system. I have rewritten part of this code to NodeJS (on CoffeeScript), and it works fine. But all this I did manually. The question is: are there any tools that can perform such a conversion?
I'm ready to use MPS for writing my own generator but this is not the easiest way.
So, any suggestions?