nikochan2k / kura

The FileSystem API abstraction library.
2 stars 0 forks source link

Any docs? #4

Open chmac opened 3 years ago

chmac commented 3 years ago

Stumbled upon https://github.com/nikochan2k/kura-expo-fs looking for node's fs api on top of expo's filesystem, then clicked through to here. I don't see much in the readmes. Is there a blog post or some content elsewhere that explains what kura does? I guess from that it makes sense what the kura-expo-fs does?

I'm hoping to use isomorphic-git on top of expo, not sure if this code will help make that possible?

nikochan2k commented 3 years ago

Hi chmac ! Thank you for asking. I'm sorry, I have not prepared any document yet. (I'll write by the end of this year.)

kura is HTML5 filesystem API abstraction library. About HTML5 filesystem api, please see following. https://www.html5rocks.com/en/tutorials/file/filesystem// and kura-expo-fs is HTML5 filesystem API wrapper for expo-filesystem.

looking for node's fs api

Seemingly, kura is not what you want.

But your idea is helpful to me. I found BrowserFS. https://github.com/jvilk/BrowserFS

I'll try to implement node's fs api for expo-filesystem in the future.

chmac commented 3 years ago

@nikochan2k Awesome, thanks for the write up. Yeah, sounds like kura is not for me. I appreciate the fast reply. 👍