ddev / ddev-addon-template

Template for DDEV add-ons.
Apache License 2.0
17 stars 17 forks source link

README should mention that you can do `ddev get PATH` #37

Open joachim-n opened 9 months ago

joachim-n commented 9 months ago

The README says to push to github and then:

Test manually with ddev get <owner/repo>.

But AFAICT, you can muck about with this locally and do: ddev get PATH-TO-LOCAL-CLONE.

(This is based on doing that and then ddev restart, I have no idea if things might go wrong beyond that.)

rfay commented 9 months ago

You'll probably want to look at https://ddev.readthedocs.io/en/latest/users/extend/additional-services/#creating-an-additional-service-for-ddev-get

And please see the contributor training about add-ons in https://ddev.com/blog/contributor-training/