fsx

A modern filesystem API for JavaScript
GitHub
517
Created a year ago, last commit 5 days ago
9 contributors
189 commits
Stars added on GitHub, month by month
N/A
12
1
2
3
4
5
6
7
8
9
10
11
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
+0.1
/day
Last month
+0.9
/day
npmPackage on NPM
Monthly downloads on NPM
0
12
1
2
3
4
5
6
7
8
9
10
11
2023
2024
README

humanfs: A modern filesystem API for JavaScript

by Nicholas C. Zakas

If you find this useful, please consider supporting my work with a donation or nominate me 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.

Contribute to humanfs

See the Contributing Guide.

License

Apache 2.0