wesleytodd / YeoPress

A Yeoman generator for WordPress
Other
1.08k stars 163 forks source link

Scaffolding plugin from github #118

Closed lucifer13 closed 9 years ago

lucifer13 commented 9 years ago

Hi and thanks so much for your work! all contributors! I just discovered YeoPress, and it improved so much my WP workflow!

I like the possibility to scaffold also plugin and would love if it was possible:

I'm most of the time installing the same plugins at the beginning of new projects; basically helper class plugin that I install in the mu-plugin folder.

Any plan for such development?

Thanks in advance,

olivier

wesleytodd commented 9 years ago

There is a sub-generator for that: https://github.com/wesleytodd/YeoPress/blob/master/plugin/index.js

You can give it a try. I don't think it solves your exact use case, but it might get you close. If you are interested in expanding on it to make it do what you want I am open to pull requests.

wesleytodd commented 9 years ago

Going to close this, but if you want to actually build out this feature then I would happily accept a pull request.