jkent / frogfs

Fast Read-Only General-purpose File System (ESP-IDF and ESP8266_RTOS_SDK compatible)
https://frogfs.readthedocs.io
Mozilla Public License 2.0
25 stars 32 forks source link

publishing at components.espressif.com #53

Closed igrr closed 10 months ago

igrr commented 11 months ago

Hi @jkent, I wonder if you could publish this component in the IDF component registry to make it easier to add to IDF projects?

To do this, you only need to:

(I have a talk & slides on this topic, in case it helps.)

jkent commented 11 months ago

Hey @igrr, This is actually already planned when the next branch is merged into master. I need to move the examples directory out of the tree, because clockwise has an unnecessary submodule. Thank you for the friendly poke though!

igrr commented 11 months ago

I have missed the next branch, thanks for the pointer!

I need to move the examples directory out of the tree, because clockwise has an unnecessary submodule.

If you are worried about that being a problem for the component registry — it shouldn't be, as long as you check out the submodules before uploading the component. The component manager will simply upload all the available files, including those inside submodules, .git directories excluded.

jkent commented 10 months ago

Published to the component registry as jkent/frogfs v4.0.1

Thanks for the help igrr! ramfs and overlayfs are next.