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
- Host: GitHub
- URL: https://github.com/foxkit-js/fs
- Owner: foxkit-js
- License: mit
- Created: 2025-01-28T12:27:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T15:39:49.000Z (over 1 year ago)
- Last Synced: 2025-05-12T11:23:33.181Z (about 1 year ago)
- Topics: filesystem-library, helpers-library, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)