-
-
Notifications
You must be signed in to change notification settings - Fork 352
3.0: skeleton - package config and code generator #1001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v3-dev
Are you sure you want to change the base?
Conversation
# Conflicts: # composer.lock # config/env.ini # src/SPC/ConsoleApplication.php
|
@henderkes I really dont' like the current skeleton command. It's a little redundant and not very user-friendly though. At least, I feel I probably won't use it myself just because it's not very helpful. At the same time, I also spent too much unnecessary time on this command. Do you have any better ideas? Perhaps we could reduce some prompts and leave it to the vendor users to implement themselves, or just replace skeleton command to a |
What does this PR do?
Add skeleton command.
Checklist before merging
*.phpor*.json, run them locally to ensure your changes are valid:composer cs-fixcomposer analysecomposer testbin/spc dev:sort-configsrc/globals/test-extensions.php.extension testortest extensionsto trigger full test suite.