webksde / ddev-vscode-devcontainer-drupal-template

Drupal DDEV based development container with attached Visual Studio Code
23 stars 3 forks source link

Create drowl-init-from-existing #58

Closed joshsedl closed 2 years ago

joshsedl commented 2 years ago

Create a separate drowl-init function which initiates the project with a custom composer.json and database dump.

The command sequence should look as follows:

  1. Please insert your dump into directory "xyz"
  2. Please insert your composer.json in directoy "abc"
  3. Would you like to initialise your project untouched or with enabled "developer mode"?
  4. Use dump and composer file to initiate the project

Have a look at drowl-init to inspire thissetup.

joshsedl commented 2 years ago

done:

https://github.com/webksde/ddev-vscode-devcontainer-drupal9-template/commit/1212596d9e68334af515792125176e5ad3168ed5