coffee-tools / coffee

Reference implementation for a flexible core lightning plugin manager
https://docs.page/coffee-tools/coffee
9 stars 13 forks source link

Separate Directory for Plugin Installation to Enhance Version Control #178

Closed tareknaser closed 1 year ago

tareknaser commented 1 year ago

Currently, coffee installs plugins in place, which may cause challenges in version management and updates. To optimize this process, we propose implementing a new approach:

By adopting this solution, coffee will benefit from improved version control and easier plugin updates.