Skip to content

A modern filesystem API for JavaScript

Notifications You must be signed in to change notification settings

ocavue/humanfs

 
 

Repository files navigation

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

About

A modern filesystem API for JavaScript

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.0%
  • TypeScript 3.0%