getgort / gort

Gort is a chatbot framework designed from the ground up for chatops.

Home Page:https://guide.getgort.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ability to install bundles defined in remote Git repos

clockworksoul opened this issue · comments

You should be able to install bundles that are defined (and versioned) in remote Git repositories without having to clone that repository. Something like the following could work:

gort bundle install git://github.com/getgort/bundles/foo v0.1.2

Which would install version v0.1.2 of the foo bundle that lives in the repository git://github.com/getgort/bundles.

This would make it easier for users to create and share Gort bundle libraries.