Thanks to visit codestin.com
Credit goes to github.com

Skip to content

RobinTail/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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • TypeScript 2.0%