wp-cli / extension-command

Manages plugins and themes, including installs, activations, and updates.
MIT License
87 stars 82 forks source link

Cache certain GitHub URLs #385

Open pfefferle opened 8 months ago

pfefferle commented 8 months ago

Cache GitHub URLs, where we can extract the plugin/theme name and the version number.

this fixes #363

danielbachhuber commented 7 months ago

@pfefferle Are you still planning to finish this up?

pfefferle commented 6 months ago

Sure, but I thought it might be good to wait for https://github.com/wp-cli/extension-command/pull/386 to be merged to see if I can re-use some of its functionality?!?