10up / project-scaffold

DEPRECATED. Use https://github.com/10up/wp-scaffold
MIT License
76 stars 19 forks source link

Refactor to use Commander's Git-style subcommands method #21

Open JodiWarren opened 6 years ago

JodiWarren commented 6 years ago

At the moment, the code is a little brittle and hard to extend.

Separating out the different renaming methods into different functions/files, and invoking them via the Git-style subcommands method will hopefully allow for easier maintenance, easier testing, and make it easier to add new commands.

I have been working on a PR for this, and it seems like a pretty straightforward task so far.

kopepasah commented 5 years ago

Spoke with Jodi internally and will take over implementation of this issue.