decaf
decaf copied to clipboard
Support for output folder in decaf command
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.