You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe.
When starting a new project, engineers should change the name of the theme and plugin to match the project's name. This includes changing names in many places, like the theme folder, the domain, the theme name in the style.css file, and other parts.
It's best to have a clear, standard way to do this, like using a script or following a step-by-step guide.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What if we changed all of the namespaces/text-domains/prefices/slugs in the scaffold and accounted for all of the variations? They could also be listed in the README to make sure they were replaced. This would still be a manual process but I think this needs to happen before adding automation. The variations below allow for an exact case search and replacement within the editor.
My personal opinion is that we should discourage this outside of perhaps changing the folder name and anything public such as the style.css. The more a project diverges from the scaffold the harder it is to keep up to date. I would love to see a world we are able to from a CLI command, codemod or package update we can bring in the latest changes from the scaffold into existing projects.
Is your enhancement related to a problem? Please describe.
When starting a new project, engineers should change the name of the theme and plugin to match the project's name. This includes changing names in many places, like the theme folder, the domain, the theme name in the style.css file, and other parts.
It's best to have a clear, standard way to do this, like using a script or following a step-by-step guide.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: