mrichard / generator-marionette

Yeoman marionette generator a la AMD
329 stars 72 forks source link

Support for coffeescript ? #33

Open stephanebachelier opened 10 years ago

stephanebachelier commented 10 years ago

I plan to add coffeescript support for the generator, at least for the webapp part? Anybody is working on this?

For the express part I can do it but it is not on my top priority list.

++

sometxdude commented 10 years ago

I think this would be a great addition. I am currently using this generator and then running js2coffee for each of the generated .js files, which is painful. Coffeescript support is definitely on my wishlist.

stephanebachelier commented 10 years ago

ok I will send a PR for coffeescript support then

Stéphane Bachelier, Tél. 06 42 24 48 09 B8A5 2007 0004 CDE4 5210 2317 B58A 335B B5A4 BFC2

2013/11/19 sometxdude notifications@github.com

I think this would be a great addition. I am currently using this generator and then running js2coffee for each of the generated .js files, which is painful. Coffeescript support is definitely on my wishlist.

— Reply to this email directly or view it on GitHubhttps://github.com/mrichard/generator-marionette/issues/33#issuecomment-28816236 .

mrichard commented 10 years ago

great! thanks!

vip32 commented 10 years ago

this would be great!

ghost commented 10 years ago

Hi, did you make any progress? I'm going to try to add coffeescript option to generator. In https://github.com/DaftMonk/generator-angular-fullstack it takes an option parameter like yo generator-angular-fullstack --option coffee and coffee files then. I think prompting is a better way. Any ideas?