Skip to content

A Promise-based class that can save/remove files to/from disk and make folders recursively.

License

Notifications You must be signed in to change notification settings

wessberg/FileSaver

Repository files navigation

A Promise-based class that can save/remove files to/from disk and make folders recursively.

Downloads per month NPM version Dependencies Contributors code style: prettier License: MIT Support on Patreon

Description

DISCLAIMER

This library will be deprecated. There are better alternatives built directly into the fs module now. Use that instead.

Table of Contents

Install

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

Frederik Wessberg
Frederik Wessberg
Twitter: @FredWessberg
Github: @wessberg
Lead Developer

Backers

Bubbles
Bubbles
Twitter: @use_bubbles

Patreon

Patrons on Patreon

License

MIT © Frederik Wessberg (@FredWessberg) (Website)

About

A Promise-based class that can save/remove files to/from disk and make folders recursively.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published