mutualmobile / VIPER-SWIFT

An example Todo list app written in Swift using the VIPER architecture.
MIT License
502 stars 185 forks source link

Autogen #1

Open russellquinn opened 9 years ago

russellquinn commented 9 years ago

Not an issue, sorry!

Do you guys use a tool to auto-generate the basic /module files? Feels like it'd be useful.

cnstoll commented 9 years ago

Hey Russell,

I have generally just created files manually in the past, but a few people have actually released module file generators recently :) This one is one that functions sort of as an Xcode plugin that I thought was really cool.

https://github.com/samurai91/ViperModuleCreator

Thanks,

russellquinn commented 9 years ago

Ah, neat. I'm trying to pick up Swift and VIPER at the same time. Head rush! I'm just generally interested in knowing more details of your day-to-day VIPER process. This tidbit helps. Thanks!

fnc12 commented 8 years ago

@cnstoll url is not valid

ghost commented 8 years ago

@fnc12 https://itunes.apple.com/bm/app/viper-module-generator/id1071345094?mt=12 https://github.com/pepibumur/viper-module-generator https://github.com/Roche/viper-module-generator

Probably this can help

muescha commented 7 years ago

https://github.com/rambler-digital-solutions/Generamba

zntfdr commented 6 years ago

@etsy has recently released its own VIPERBuilder, you can read more about it here.

I believe the issue has been answered and it should be closed (along with https://github.com/mutualmobile/VIPER-SWIFT/issues/3).