A Promise-based class that can save/remove files to/from disk and make folders recursively.
Description
DISCLAIMER
This library will be deprecated. There are better alternatives built directly into thefs
module now. Use that instead.Table of Contents
- npm - Yarn - pnpm - PatreonInstall
npm
$ npm install @wessberg/filesaver
Yarn
$ yarn add @wessberg/filesaver
pnpm
$ pnpm add @wessberg/filesaver
Usage
const fileSaver = new FileSaver();
// Just a simple Promise-based async I/O method.
await fileSaver.save("some_file.ts", "hello world!");
// A recursive mkDir (like mkDir -f).
await fileSaver.makeDirectory("/foo/bar/baz");
Contributing
Do you want to contribute? Awesome! Please follow these recommendations.Maintainers
|Twitter: @FredWessberg
Github: @wessberg
Lead Developer |
Backers
|
Twitter: @usebubbles |