arduino-cli icon indicating copy to clipboard operation
arduino-cli copied to clipboard

Ability to set local universe of libraries

Open martin-eden opened this issue 1 year ago • 0 comments
trafficstars

Describe the request

Hello and thank you for sane CLI! I even wrote my shortcuts for Uno using it.

My use case is local set of interdependent libraries. When writing some installation script that uses one of them I need to mention all dependencies which is becoming burden as set is growing.

Do you have (planning to add) ability to set custom repository of libraries?

I do not want to publish them to official repo because:

  • I ignore semver, all versions are 1.0.0
  • There over dozen of them already
  • I create/delete/rename them freely. Making pull request for each such change in official repo is a burden.

Best regards, Martin

Describe the current behavior

I'm not aware of ability to use local libraries catalogue in current Arduino CLI version.

Arduino CLI version

1.0.4

Operating system

Linux

Operating system version

Linux Mint 21

Additional context

No response

Issue checklist

  • [x] I searched for previous requests in the issue tracker
  • [x] I verified the feature was still missing when using the nightly build
  • [x] My request contains all necessary details

martin-eden avatar Oct 17 '24 09:10 martin-eden