Simple wrapper to run any git command and process it's output using promises.
a util for spawning git from npm CLI contexts
No description provided.
Executes git commands gracefully. Retries them on errors
Clone a git repository
Resolve any installed ES6 compatible promise
Git describe information at runtime, with semver support
Bare bones Promises/A+ implementation
Retries a function that returns a promise, leveraging the power of the retry module.
Creates a Promise that waits for a single event
A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.
Test whether an object looks like a promises-a+ promise
Collects Git commit info from CI or from CLI
A lightweight library that provides tools for organizing asynchronous code
Enforce best practices for JavaScript promises
Get tags from a remote Git repo
a util for spawning git from npm CLI contexts
Check if something is a promise
Let your JS API users either give you a callback or receive a promise
Returns a promise from a node-style callback function.
Timeout a promise after a specified amount of time
Promise-based git client that mostly just executes the git binary
Core Promise support implementation for the simplified HTTP request client 'request'.
Lightweight promise polyfill. A+ compliant