Skip to main content
This guide walks you through resolving your first candidate profile using GitResolve. You’ll run the CLI against a live GitHub profile URL, parse a local resume PDF, and then wire up the programmatic TypeScript API for use inside your own application — all with zero required configuration.

ResolverResult Shape

Every resolved input — whether a portfolio URL, a profile link, a repo URL, or a resume PDF — returns a ResolverResult object with this shape:

ResolverResult Fields

What’s Next

CLI Guide

Explore all CLI flags including batch processing with —portfolios, —resumes, and —output-dir.

API Reference

Full reference for every exported function and type in the programmatic API.

Browser Providers

Learn how to configure Puppeteer, Browserless, and the fetch provider for different environments.

Installation

All install options, environment variables, and TypeScript setup details.