codewithher / CC-Lantern

Wrapper library for programming cultural lanterns.
GNU General Public License v3.0
0 stars 0 forks source link

[Feature] Publish library to Arduino #16

Closed totally-not-frito-lays closed 5 months ago

totally-not-frito-lays commented 6 months ago

Description

Currently the user flow for users is to download the library from this github repo. We want to make it so that the user flow is reduced to simply installing from the IDE library manager.

To do this, we'll need to publish our library to the official Arduino Library Registry^1. It appears to be that everything is automated using GH Actions^2. Not sure if it's worth integrating some of these checks to any feature merges to our release branch.

Requirements:

Suggested Solution

Contribution to the library-registry^1

Alternatives

Additional Notes

totally-not-frito-lays commented 6 months ago

This issue is blocked pending on merge from #1