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
sindresorhus avatar

sindresorhus/pify

0
View on GitHub↗
1,507 stars·72 forks·JavaScript·MIT·12 views

Pify

Promisify a callback-style function

Features

  • Asynchronous Control - Promisifies callback-style functions.
  • Control Flow Utilities - Promisify callback-style functions.
  • Flow Control - Promisifies callback-style functions.
  • Promise Utilities - Converts callback-style functions into promise-returning functions.
  • Works with AVA - Listed in the “Works with AVA” section of the Awesome Ava awesome list.

Star history

Star history chart for sindresorhus/pifyStar history chart for sindresorhus/pify

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

Frequently asked questions

What does sindresorhus/pify do?

Promisify a callback-style function

What are the main features of sindresorhus/pify?

The main features of sindresorhus/pify are: Asynchronous Control, Control Flow Utilities, Flow Control, Promise Utilities, Works with AVA.

What are some open-source alternatives to sindresorhus/pify?

Open-source alternatives to sindresorhus/pify include: sindresorhus/delay — Delay a promise a specified amount of time. sindresorhus/p-map — Map over promises concurrently. petkaantonov/bluebird — Bluebird is a JavaScript promise library designed for managing asynchronous operations with a custom promise… lpinca/valvelet — Limit the execution rate of a function. nodeca/promise-memoize — Memoize promise-returning functions. Includes cache expire and prefetch. caolan/async — Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous…

Open-source alternatives to Pify

Similar open-source projects, ranked by how many features they share with Pify.
  • sindresorhus/delaysindresorhus avatar

    sindresorhus/delay

    626View on GitHub↗

    Delay a promise a specified amount of time

    JavaScript
    View on GitHub↗626
  • sindresorhus/p-mapsindresorhus avatar

    sindresorhus/p-map

    1,499View on GitHub↗

    Map over promises concurrently

    JavaScriptasyncasync-awaitasync-functions
    View on GitHub↗1,499
  • lpinca/valveletlpinca avatar

    lpinca/valvelet

    38View on GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    View on GitHub↗38
  • caolan/asynccaolan avatar

    caolan/async

    28,150View on GitHub↗

    Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous tasks in Node.js and the browser. It provides functional utilities to wrap, process, and orchestrate complex asynchronous workflows. The library distinguishes itself through a comprehensive task orchestrator that handles dependency graphs to resolve circular references and manages concurrent task queues. It includes a unification bridge that allows callback-style and promise-based functions to operate within the same execution interface. The project covers several primary capabil

    JavaScript
    View on GitHub↗28,150
See all 30 alternatives to Pify→