3.0: skeleton - package config and code generator#1001
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 |
|
I don't think we need a skeleton command at all. Copy pasting a few files here and there takes like 2 minutes of effort and we're not adding libraries or extensions at a rate where I feel the code debt is justified. |
|
Yeah. I think it might be more useful to write a duplicate command that doesn't require any prompt. I will abandon this later. |
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.