bevry / cson

CoffeeScript-Object-Notation. Same as JSON but for CoffeeScript objects.
Other
1.34k stars 55 forks source link

Allow binary to handle whole directories #85

Closed brettz9 closed 5 years ago

brettz9 commented 6 years ago

Hi,

I appreciate your work on this. While I'm normally more comfortable in the JavaScript world, CoffeeScript has a particularly strong appeal to me with hand-maintained JSON such as locale files.

I think it would be very handy if your binary could handle whole directories (even including subdirectories), with an output directory and file extension change.

Naturally, one could create one's own script to do this, but having it possible as one succinct line in package.json would be quite handy and ought to facilitate more use of cson.

Thanks!

balupton commented 5 years ago

Perhaps one of these already does it https://www.npmjs.org/browse/depended/cson-parser

For this tool I think it is out of scope