deferred
Modular and fast Promises implementation for JavaScript
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- .eslintrc.json
- concurrent.js
- one-after-another.js
- .eslintrc.json
- gather-paginated-search-results.js
- process-directory-of-html-files.js
- test-with-mocha-and-should.js
- while-loop.js
- every.js
- find.js
- map.js
- reduce.js
- some.js
- call-async.js
- delay.js
- gate.js
- promisify-sync.js
- promisify.js
- _array.js
- aside.js
- catch.js
- cb.js
- finally.js
- get.js
- invoke-async.js
- invoke.js
- map.js
- reduce.js
- some.js
- spread.js
- timeout.js
- _process-arguments.js
- some-every.js
- every.js
- find.js
- map.js
- reduce.js
- some.js
- call-async.js
- delay.js
- gate.js
- promisify-sync.js
- promisify.js
- _array.js
- aside.js
- catch.js
- cb.js
- finally.js
- get.js
- invoke-async.js
- invoke.js
- map.js
- reduce.js
- some.js
- spread.js
- timeout.js
- _process-arguments.js
- some-every.js
- .eslintrc.json
- .lint
- _ext.js
- assimilate.js
- deferred.js
- dynamic-queue.js
- index.js
- invoke-async.js
- is-promise.js
- monitor.js
- profiler.js
- valid-promise.js
- .editorconfig
- .gitignore
- .testignore
- _ext.js
- appveyor.yml
- assimilate.js
- CHANGELOG.md
- CHANGES
- deferred.js
- dynamic-queue.js
- index.js
- invoke-async.js
- is-promise.js
- LICENSE
- monitor.js
- package.json
- profiler.js
- README.md
- valid-promise.js
# Installation Guide
1. Get the code
git clone https://github.com/medikoo/deferred
Downloads the entire project code from GitHub to your computer.
cd deferred
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install -g webmake
Downloads and installs the libraries listed in package.json.
$ npm install
Downloads and installs the libraries listed in package.json.
$ npm test
Type this command into your terminal and run it.
<a href="https://tidelift.com/subscription/pkg/npm-deferred?utm_source=npm-deferred&utm_medium=referral&utm_campaign=readme">Get professional support for d with a Tidelift subscription</a>
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
