Description
I thought about it, and maybe we should start packaging Bash-it in various package managers.
Seems like something that can ease users the need to clone every time and so on.
I am unsure how much work it is, but seems to me like it is something that can be automated with github actions without too much effort.
Notable mention- we currently have a pretty weird way to update- we assume we cloned the project, and we run git fetch
and things like that. If we use package managers, we should change our update
function to check whether we have cloned the repo or not, and in case we did not, abort and notify the user they should update Bash-it
from their package manager.
We also fixed the licensing problem, so with this out of the way, there really is no reason for us not to package Bash-it.
Lemme know what you guys think 😄 @cornfeedhobo @nwinkler @tbhaxor @davidpfarrell @revans @buhl @BarbUk