iron-meteor / iron-cli

A scaffolding command line tool for Meteor applications.
639 stars 82 forks source link

cleanup, controller updates #171

Closed chrisbutler closed 9 years ago

chrisbutler commented 9 years ago

@cmather @scottmcpherson can you take a look at this?

there are a lot of 'changes' but most of it is removing the 'hardcoded' template files and generating them by invoking the templates. the more i dig into the code the more i realize there's a very solid base here

scottmcpherson commented 9 years ago

You can thank Chris for the solid base :)

I honestly don't have the time right this minute to go through this code thourougly, but just from skimming it looks good. I would just manually run through testing any edge case that you can think before releasing.

chrisbutler commented 9 years ago

alright, i think that covers everything. i've tested all the options and everything is working as far as i can tell

cmather commented 9 years ago

amazing, thanks for diving in @chrisbutler!