-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
type: enhancementProposed improvementProposed improvement
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
NikolayMurha, Pimmetje, BleuLlama, ubidefeo, ochui and 1 more
Metadata
Metadata
Assignees
Labels
type: enhancementProposed improvementProposed improvement