kaandedeoglu / Shark

Swift CLI for strong-typing images, colors, storyboards, fonts and localizations
MIT License
381 stars 15 forks source link

Enum all the things: Storyboards, Segues, Images not in xcassets #1

Closed AndrewSB closed 8 years ago

AndrewSB commented 9 years ago

Wondering if you had run into this similar project. Any thoughts on implementing similar functionality in Shark?

kaandedeoglu commented 9 years ago

Hi!

Yes I've seen it a few weeks back, it's definitely more comprehensive than what we have here. I kind of want Shark to do one thing only but do it good, which is images and assets. Although parsing images not in xcassets is a great idea!

I'm planning on introducing command line options that can change the behavior (like disabling nesting of enums, or changing the top level Enum name etc..). Unfortunately OptionKit is outdated and doesn't support Swift 2.0, I either have to wait for an update/alternative or roll my own :) That being said, pull requests are always more than welcome.