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
We could definitely use this sooner rather than later. We're seeing a lot of people in chat who are getting hung up issues related to in-adherence to the naming conventions. This command would ensure that directories and namespaces are being named properly and probably save every newbie hours of headache.
The goal of this command is to create an empty Sprinkle and setup everything automatically.
A
sprinkle-skeleton
repo could be used as a base for a new sprinkle. This repo should contain the basic folder structure.The workflow of the
create-sprinkle
command would be :composer create-project
command (requires composer php class)composer update
thenbakery bake
The command would ask, if not already defined using optional options:
Different skeleton repo could also be used depending what the dev wants to create.
The text was updated successfully, but these errors were encountered: