Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humanwhocodes/humanfs
A modern filesystem API for JavaScript
https://github.com/humanwhocodes/humanfs
Last synced: about 1 month ago
JSON representation
A modern filesystem API for JavaScript
- Host: GitHub
- URL: https://github.com/humanwhocodes/humanfs
- Owner: humanwhocodes
- Created: 2023-12-12T21:53:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T19:57:37.000Z (about 2 months ago)
- Last Synced: 2024-10-28T00:15:51.817Z (about 2 months ago)
- Language: JavaScript
- Size: 797 KB
- Stars: 489
- Watchers: 5
- Forks: 13
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
Awesome Lists containing this project
- my-awesome-list - humanfs
README
# humanfs: A modern filesystem API for JavaScript
by [Nicholas C. Zakas](https://humanwhocodes.com)
If you find this useful, please consider supporting my work with a [donation](https://humanwhocodes.com/donate) or [nominate me](https://stars.github.com/nominate/) for a GitHub Star.
## Description
This is the monorepo for humanfs, a modern filesystem API for JavaScript. Most of the filesystem APIs provided by JavaScript runtimes were designed to emulate Linux utilities which, while making them easy to adopt and understand, often requires writing way more code than necessary for common tasks. humanfs is a new approach that streamlines the most common operations while providing useful ways to test the expected functionality.
## Get Started Using humanfs
To get started using humanfs, please see the [Getting Started](./docs/README.md).
## Contribute to humanfs
See the [Contributing Guide](./docs/CONTRIBUTING.md).
## License
Apache 2.0