I had this idea where there is just one command to install something (e.g. docker) on any machine, be it Ubuntu or Fedora or Mac, for development purposes. More information in the readme:<p>https://github.com/rushiagr/xin<p>Do you think it is going to be useful?
you mean like a package manager? what's wrong with apt, brew etc<p>also there already is a command to install docker on any machine<p>curl -sSL <a href="https://get.docker.com/" rel="nofollow">https://get.docker.com/</a> | sh<p>and as a bonus:<p><a href="https://xkcd.com/1654/" rel="nofollow">https://xkcd.com/1654/</a>