https://github.com/bdistin/fs-nextra
Node.js fs.promises enhanced standard extra methods, atomic methods, and basic compression methods.
https://github.com/bdistin/fs-nextra
atomics fs promises typescript
Last synced: 10 months ago
JSON representation
Node.js fs.promises enhanced standard extra methods, atomic methods, and basic compression methods.
- Host: GitHub
- URL: https://github.com/bdistin/fs-nextra
- Owner: bdistin
- License: mit
- Created: 2017-06-01T12:17:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:38:02.000Z (about 3 years ago)
- Last Synced: 2025-02-19T02:22:22.355Z (11 months ago)
- Topics: atomics, fs, promises, typescript
- Language: TypeScript
- Homepage: https://fs-nextra.js.org
- Size: 3.43 MB
- Stars: 21
- Watchers: 3
- Forks: 7
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
FS-Nextra
------
[](https://nodei.co/npm/fs-nextra/)
[](https://www.npmjs.com/package/fs-nextra)
[](https://www.npmjs.com/package/fs-nextra)
[](https://lgtm.com/projects/g/bdistin/fs-nextra/context:javascript)
[](https://github.com/bdistin/fs-nextra/actions)
[](https://github.com/bdistin/fs-nextra/actions)
[](https://dependabot.com)
[](https://david-dm.org/bdistin/fs-nextra)
[](https://david-dm.org/bdistin/fs-nextra?type=dev)
Node.js V8 native fs.promises. Written in TypeScript, sans every sync method. *Async is the future!*
Docs
------
**Warning:** This library no longer re-exports fs.promises! Be sure you are ready to update to v0.5.0.
**Update:** v0.5.0 is a trial release for v1.0.0. If nothing is found wrong in this version, it will be re-released as v1.0.0 :tada:.
All `fs-nextra` methods return a promise exclusively. Requires minimum __Node.js v12.12.0__.
The full documentation can be found here: [fs-nextra.js.org](https://fs-nextra.js.org/).
Credit
------
`fs-nextra` is heavily based on `fs-extra`, this module wouldn't be possible without it's author:
- [JP Richardson](https://github.com/jprichardson)
License
-------
Licensed under MIT
Copyright (c) 2017-2020 [BDISTIN](https://github.com/bdistin)