https://github.com/afeiship/fileutils
File and directory utilities for node.js.
https://github.com/afeiship/fileutils
file fs fu node nodejs utils
Last synced: 25 days ago
JSON representation
File and directory utilities for node.js.
- Host: GitHub
- URL: https://github.com/afeiship/fileutils
- Owner: afeiship
- License: mit
- Created: 2018-06-26T07:25:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T01:22:48.000Z (over 2 years ago)
- Last Synced: 2025-05-22T22:09:48.219Z (about 1 year ago)
- Topics: file, fs, fu, node, nodejs, utils
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# fileutils
> File and directory utilities for node.js.
[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]
## installation
```shell
npm install @jswork/fileutils
```
## usage
```js
import fileutils from '@jswork/fileutils';
// usage goes here.
```
## license
Code released under [the MIT license](https://github.com/afeiship/fileutils/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/fileutils
[version-url]: https://npmjs.org/package/@jswork/fileutils
[license-image]: https://img.shields.io/npm/l/@jswork/fileutils
[license-url]: https://github.com/afeiship/fileutils/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/fileutils
[size-url]: https://github.com/afeiship/fileutils/blob/master/dist/fileutils.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/fileutils
[download-url]: https://www.npmjs.com/package/@jswork/fileutils