jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.06k stars 216 forks source link

Link to new repositories? #376

Closed kkoreilly closed 6 months ago

kkoreilly commented 6 months ago

It seems like development of BrowserFS has moved to https://github.com/browser-fs and its repositories (like https://github.com/browser-fs/core). Is there any reason this is not mentioned in the README?

james-pre commented 6 months ago

Yes, I am waiting until all of the codebase is moved over, available on NPM, and stable. Some of the backends (e.g. Zip and Iso) have not been.

jcubic commented 4 months ago

The README shows the wrong link. It points to BrowserFS which is some PHP org, and not browser-fs.

james-pre commented 4 months ago

@jcubic Thank you for catching that. I've updated the link.