Quick Start

Quick Start

Get ylog running in your repository in just a few minutes.

Install ylog

npm install -g @graphite/ylog

Initialize configuration

cd your-repository
ylog init

Configure authentication

Set up your GitHub token:

export GITHUB_TOKEN=ghp_your_token_here

Sync your PR history

ylog sync

After the first sync, you'll find .ylog context files throughout your codebase with summaries of recent changes.

What happens next?

  • Check the .ylog directory for your SQLite database
  • Look for .ylog files in your code directories
  • Run ylog show to query your PR data
  • Set up automated syncing in CI/CD

Need help?