All Projects → rmfr → Similar Projects or Alternatives

369 Open source projects that are alternatives of or similar to rmfr

eliminate
Delete files and directories without all the bullshit.
Stars: ✭ 51 (+121.74%)
Mutual labels:  remove, rm, delete
Node Fs Extra
Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
Stars: ✭ 8,142 (+35300%)
Mutual labels:  remove, delete
wastebasket
A crossplatform go library for moving files to the trashbin
Stars: ✭ 30 (+30.43%)
Mutual labels:  remove, delete
woodpecker
woodpecker http client for Android
Stars: ✭ 17 (-26.09%)
Mutual labels:  promise, delete
object.omit
Return a copy of an object without the given keys.
Stars: ✭ 79 (+243.48%)
Mutual labels:  remove, delete
myPromise
promise
Stars: ✭ 42 (+82.61%)
Mutual labels:  promise
async
Synchronization and asynchronous computation package for Go
Stars: ✭ 104 (+352.17%)
Mutual labels:  promise
unity-promises
Promises provide a simpler alternative for executing, composing, and managing asynchronous operations when compared to traditional callback-based approaches. They also allow you to handle asynchronous errors using approaches that are similar to synchronous try/catch.
Stars: ✭ 36 (+56.52%)
Mutual labels:  promise
vue-geolocation
ask to your users their coordinates, and wrap them into a Promise
Stars: ✭ 88 (+282.61%)
Mutual labels:  promise
mongoose-aggregate-paginate-v2
A cursor based custom aggregate pagination library for Mongoose with customizable labels.
Stars: ✭ 103 (+347.83%)
Mutual labels:  promise
doc crawler.py
Explore a website recursively and download all the wanted documents (PDF, ODT…)
Stars: ✭ 22 (-4.35%)
Mutual labels:  recursive
promise-waterfall
promise-waterfall extends promise utilities with sequential flow control function like async.waterfall
Stars: ✭ 28 (+21.74%)
Mutual labels:  promise
remove
A Metalsmith plugin to remove files from the build
Stars: ✭ 19 (-17.39%)
Mutual labels:  remove
remove-files-webpack-plugin
A plugin for webpack that removes files and folders before and after compilation.
Stars: ✭ 48 (+108.7%)
Mutual labels:  remove
p-ratelimit
Promise-based utility to make sure you don’t call rate-limited APIs too quickly.
Stars: ✭ 49 (+113.04%)
Mutual labels:  promise
indexeddb-orm
Indexed DB ORM
Stars: ✭ 53 (+130.43%)
Mutual labels:  promise
DSA--GeeksForGeeks
DSA course solutions in C++ Jump to below directly for more problems
Stars: ✭ 47 (+104.35%)
Mutual labels:  recursive
Message-Manager-Bot
A Telegram Message Manager Bot by @AbirHasan2005
Stars: ✭ 32 (+39.13%)
Mutual labels:  delete
alls
Just another library with the sole purpose of waiting till all promises to complete. Nothing more, Nothing less.
Stars: ✭ 13 (-43.48%)
Mutual labels:  promise
co demo
A step-by-step guide about how to avoid callback hell with ES6 Promises + generators (aka make your own "co")
Stars: ✭ 17 (-26.09%)
Mutual labels:  promise
bluff
🙏 Promise A+ implementation
Stars: ✭ 14 (-39.13%)
Mutual labels:  promise
Fetch
Asynchronous HTTP client with promises.
Stars: ✭ 29 (+26.09%)
Mutual labels:  promise
promiviz
Visualize JavaScript Promises on the browser. Visualize the JavaScript Promise APIs and learn. It is a playground to learn about promises faster, ever!
Stars: ✭ 79 (+243.48%)
Mutual labels:  promise
promise-all-properties
A helper function that recevies an object with a promise in each property and returns a promise that resolves to an object with the same properties and the resolved values of the promises
Stars: ✭ 26 (+13.04%)
Mutual labels:  promise
nancy
How JavaScript Promise Works
Stars: ✭ 26 (+13.04%)
Mutual labels:  promise
eople
Actor-model based concurrency in a reactive programming language.
Stars: ✭ 16 (-30.43%)
Mutual labels:  promise
fetchye
✨ If you know how to use Fetch, you know how to use Fetchye [fetch-yae]. Simple React Hooks, Centralized Cache, Infinitely Extensible.
Stars: ✭ 36 (+56.52%)
Mutual labels:  promise
crud-app
❄️ A simple and beautiful CRUD application built with React.
Stars: ✭ 61 (+165.22%)
Mutual labels:  delete
mst-effect
💫 Designed to be used with MobX-State-Tree to create asynchronous actions using RxJS.
Stars: ✭ 19 (-17.39%)
Mutual labels:  promise
omit-empty
Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you would expect with `compact` for arrays.
Stars: ✭ 71 (+208.7%)
Mutual labels:  remove
mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (+517.39%)
Mutual labels:  delete
faster-than-walk
Faster recursive directory walk on Python 3
Stars: ✭ 36 (+56.52%)
Mutual labels:  recursive
rocket-pipes
Powerful pipes for TypeScript, that chain Promise and ADT for you 🚌 -> ⛰️ -> 🚠 -> 🏂 -> 🚀
Stars: ✭ 18 (-21.74%)
Mutual labels:  promise
nedb-promise
Promisified nedb wrapper
Stars: ✭ 95 (+313.04%)
Mutual labels:  promise
PromisedFuture
A Swift based Future/Promises framework to help writing asynchronous code in an elegant way
Stars: ✭ 75 (+226.09%)
Mutual labels:  promise
SQLiteHelper
🗄 This project comes in handy when you want to write a sql statement easily and smarter.
Stars: ✭ 57 (+147.83%)
Mutual labels:  delete
vue2-element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 115 (+400%)
Mutual labels:  promise
do
Simplest way to manage asynchronicity
Stars: ✭ 33 (+43.48%)
Mutual labels:  promise
promise-yes
Slide about how to use Promise in JavaScript.
Stars: ✭ 13 (-43.48%)
Mutual labels:  promise
redux-reducer-async
Create redux reducers for async behaviors of multiple actions.
Stars: ✭ 14 (-39.13%)
Mutual labels:  promise
market-pricing
Wrapper for the unofficial Steam Market Pricing API
Stars: ✭ 21 (-8.7%)
Mutual labels:  promise
PiedPiper
A small set of classes and functions to make easy use of Futures, Promises and async computation in general. All written in Swift for iOS 10+, WatchOS 3, tvOS and Mac OS X apps.
Stars: ✭ 44 (+91.3%)
Mutual labels:  promise
parley
Flow control harness for implementors. Builds a Deferred object that supports async/await, promise chaining, and conventional Node callbacks.
Stars: ✭ 23 (+0%)
Mutual labels:  promise
YACLib
Yet Another Concurrency Library
Stars: ✭ 193 (+739.13%)
Mutual labels:  promise
etsy-ts
Etsy API wrapper written in typescript
Stars: ✭ 18 (-21.74%)
Mutual labels:  promise
Axios
Promise based HTTP client for the browser and node.js
Stars: ✭ 89,857 (+390582.61%)
Mutual labels:  promise
promised-hooks
Middleware utility for your Promises
Stars: ✭ 25 (+8.7%)
Mutual labels:  promise
WebsocketPromisify
Makes websocket's API just like REST with Promise-like API, with native Promises.
Stars: ✭ 18 (-21.74%)
Mutual labels:  promise
promise4j
Fluent promise framework for Java
Stars: ✭ 20 (-13.04%)
Mutual labels:  promise
wtsqs
Simplified Node AWS SQS Worker Wrapper
Stars: ✭ 18 (-21.74%)
Mutual labels:  promise
gulp-rev-delete-original
Delete the original file rewritten by gulp-rev.
Stars: ✭ 28 (+21.74%)
Mutual labels:  delete
QDeferred
Qt C++ alternative for handling async code execution
Stars: ✭ 62 (+169.57%)
Mutual labels:  promise
ngx-localstorage
An Angular wrapper for localstorage/sessionstorage access.
Stars: ✭ 27 (+17.39%)
Mutual labels:  promise
When
⏰ A lightweight implementation of Promises in Swift
Stars: ✭ 250 (+986.96%)
Mutual labels:  promise
kratix
Kratix is a framework for building Platform-as-a-Product
Stars: ✭ 175 (+660.87%)
Mutual labels:  promise
Escape From Callback Mountain
Example Project & Guide for mastering Promises in Node/JavaScript. Feat. proposed 'Functional River' pattern
Stars: ✭ 249 (+982.61%)
Mutual labels:  promise
promise-abortable
Promise lib for aborting in chain.
Stars: ✭ 19 (-17.39%)
Mutual labels:  promise
nodeJS examples
Server, routing, db examples using NodeJS v6
Stars: ✭ 34 (+47.83%)
Mutual labels:  promise
miniprogram-network
Redefine the Network API of Wechat MiniProgram (小程序网络库)
Stars: ✭ 93 (+304.35%)
Mutual labels:  promise
try-to-catch
functional try-catch wrapper for promises
Stars: ✭ 30 (+30.43%)
Mutual labels:  promise
1-60 of 369 similar projects