awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
wbinnssmith avatar

wbinnssmith/promise-method

0
View on GitHub↗
2 stars·0 forks·JavaScript·MIT·5 views

Promise Method

Wraps a function and returns one that always returns a promise. API-compatible with bluebird's Promise.method.

Features

  • Promise Utilities - Converts synchronous methods into promise-returning ones.

Star history

Star history chart for wbinnssmith/promise-methodStar history chart for wbinnssmith/promise-method

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Promise Method

Similar open-source projects, ranked by how many features they share with Promise Method.
  • busterc/promise-do-untilbusterc avatar

    busterc/promise-do-until

    1View on GitHub↗

    :loop: Calls a function repeatedly until a condition returns true and then resolves the promise

    JavaScript
    View on GitHub↗1
  • kevinoid/promise-nodeifykevinoid avatar

    kevinoid/promise-nodeify

    2View on GitHub↗

    promise-nodeify

    JavaScript
    View on GitHub↗2
  • busterc/promise-do-whilstbusterc avatar

    busterc/promise-do-whilst

    3View on GitHub↗

    See Also - promise-whilst - promise-until - promise-do-until

    JavaScript
    View on GitHub↗3
  • mozilla/task.jsmozilla avatar

    mozilla/task.js

    1,629View on GitHub↗

    Beautiful concurrency for JavaScript

    JavaScript
    View on GitHub↗1,629
See all 30 alternatives to Promise Method→

Frequently asked questions

What does wbinnssmith/promise-method do?

Wraps a function and returns one that always returns a promise. API-compatible with bluebird's Promise.method.

What are the main features of wbinnssmith/promise-method?

The main features of wbinnssmith/promise-method are: Promise Utilities.

What are some open-source alternatives to wbinnssmith/promise-method?

Open-source alternatives to wbinnssmith/promise-method include: busterc/promise-do-until — :loop: Calls a function repeatedly until a condition returns true and then resolves the promise. kevinoid/promise-nodeify — promise-nodeify. busterc/promise-do-whilst — See Also - promise-whilst - promise-until - promise-do-until. mozilla/task.js — Beautiful concurrency for JavaScript. samccone/promise-semaphore — promise semaphore. sindresorhus/delay — Delay a promise a specified amount of time.