Contributing a library is really not that difficult when using CLI
-
particle library create(you must choose a unique name - you cannot upload a library when the name is already taken - even by someone else’s private library) - place code in respective files as needed
- add info in
library.propertiesfile (if possible provide a GitHub repository in therepositoryandurlproperties) -
particle library uploadfrom the directory where thelibrary.propertiesfile resides - to have a private library - test your private library
- when done make the library public via
particle library publish(also from the same place as you uploaded before)