fs-promise
File system utility
Provides a promise-based interface to the file system
[DEPRECATED] Use mz or fs-extra^3 with Promise support
170 stars
8 watching
13 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kevinbeaty/any-promise | A library that allows you to use any ES 2015 compatible Promise implementation in your application | 179 |
fagbokforlaget/simple-fs | Provides a promise-based filesystem layer for modern browsers | 152 |
vstirbu/fsm-as-promised | A minimalistic finite state machine library implemented using ES6 promises | 463 |
sindresorhus/pify | Promises utility to convert callback-style functions into promise-based versions. | 1,506 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |
kevinoid/promise-nodeify | A module that simplifies the use of promises by providing a safe and consistent way to handle callbacks. | 2 |
vitalets/websocket-as-promised | A Promise-based API for interacting with WebSockets | 595 |
khanlou/promise | A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. | 621 |
calvinmetcalf/lie | A small promise implementation following the Promises/A+ spec | 744 |
fntz/sirius | A modern JavaScript framework for building client-side applications with an MVC/MVVM structure. | 20 |
busterc/promise-do-until | Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
kristofferstrube/blazor.filesystemaccess | A Blazor wrapper around the browser API for accessing the local file system | 334 |
stevekane/promise-it-wont-hurt | A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling | 737 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
jpmorganchase/jupyter-fs | Provides a plugin for JupyterLab to manage multiple file systems and file browsers with customizable authentication | 205 |