rainforestapp / decaf

Coffeescript to ES.next transpiler. Now maintained over at
https://github.com/juliankrispel/decaf
MIT License
106 stars 10 forks source link

Support for output folder in decaf command #160

Open carlmathisen opened 8 years ago

carlmathisen commented 8 years ago

Hi,

A common scenario is to keep the src folder coffee only. It would be nice to be able to specify an output folder, such as:

decaf src/ -o lib/

It would then create an exact folder tree from src with the transpiled JS files in the lib folder.