Closed
Description
Hello,
It will be nice if arduino-cli could provide an interface to install unregistered library:
From a zip available on HTTP server:
arduino-cli lib install --unregistered https://github.com/itead/ITEADLIB_Arduino_Nextion/archive/master.zip
supporting installing from a git repository might also be considered
(by default it could use master branch but we could install from any given branch, or from a given commit hash, or tag)
You might have a look at how Ruby bundler is doing this
https://bundler.io/v1.12/git.html
Kind regards