You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
It is already possible to install a package from locally available archive, remotely available archive (ie download then install), or git URI. As a user, I would like to be able to install the latest packaged release of a project from GitHub.
Suggested Implementation
Add a new --github-release/-gr flag which takes a string (e.g. https://github.com/myself/my-tool)
If --github-release is specified, look for the latest release in that repository to download and install
The text was updated successfully, but these errors were encountered:
It is already possible to install a package from locally available archive, remotely available archive (ie download then install), or git URI. As a user, I would like to be able to install the latest packaged release of a project from GitHub.
Suggested Implementation
--github-release
/-gr
flag which takes a string (e.g.https://github.com/myself/my-tool
)--github-release
is specified, look for the latest release in that repository to download and installThe text was updated successfully, but these errors were encountered: