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

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.

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