An open API service indexing awesome lists of open source software.

https://github.com/foxkit-js/fs

Filesystem Helpers with full TypeScript support for Node.js
https://github.com/foxkit-js/fs

filesystem-library helpers-library nodejs typescript

Last synced: 5 months ago
JSON representation

Filesystem Helpers with full TypeScript support for Node.js

Awesome Lists containing this project

README

          

# Foxkit FS

This package contains a collection of utility functions for interacting with the filesystem in Node.js with support for TypeScript out of the box.

## Installation

Install the package using the package manager used by your project:

```sh
npm install @foxkit/list
pnpm add @foxkit/list
yarn add @foxkit/list
```

## Usage

See [Documentation](./docs/README.md)