fulldecent / swift5-module-template

An opinionated starting point for awesome, reusable Swift 5 modules
MIT License
450 stars 56 forks source link

Automate search-replace steps in recipe #31

Closed claui closed 7 years ago

claui commented 7 years ago

Just like in PR #30, this PR tries to leverage the (macOS flavor of) find and sed to automate the execution of steps 5.1.1 and 5.1.2. in the recipe, ultimately merging both into a single step of 5.1.

Hopefully, this saves template maintainers a bit of time when executing those recipe steps, and seems less tedious to me than the manual process. It also loses the dependency on the text editor.

fulldecent commented 7 years ago

Thank you, much appreciated, This is exactly what I was looking for.

Do still want to analyze a bit to understand this better.

fulldecent commented 7 years ago

Thank you, love it, this works great!