-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I'm running into issues where I'm fixing outdated code in the symfony demo, rather than in the libraries here.
So I'm wondering if perhaps this tool should be refactored, to either a stand-alone page (symfony-bundle-generator), or a bundle itself (BundleGeneratorBundle, or BundleMakerBundle).
I'm inclined toward the latter. The workflow would then be to create a new symfony project (or use an existing one), add this as a bundle as a --dev dependency, generate the new bundle, add entities and configuration, etc. I can envision a "how to refactor your code to a reusable bundle" tutorial.
Class "Eat your own dog food" -- we'd use this skeleton to create the generator bundle, then refactor it.
Thoughts? I've followed many tutorials on how to create a bundle, but this is the best tool I've found for doing so, I'd love to leverage it and make it even more useful.
Since it's such a drastic change, I'm also fine with doing the able and creating a new repo, and credit this repo as the original work, since you mentioned you weren't doing much development on it anymore.