Quick Start
Get ylog running in your repository in just a few minutes.
Install ylog
npm install -g @graphite/ylogInitialize configuration
cd your-repository
ylog initConfigure authentication
Set up your GitHub token:
export GITHUB_TOKEN=ghp_your_token_hereSync your PR history
ylog syncAfter the first sync, you'll find .ylog context files throughout your codebase with summaries of recent changes.
What happens next?
- Check the
.ylogdirectory for your SQLite database - Look for
.ylogfiles in your code directories - Run
ylog showto query your PR data - Set up automated syncing in CI/CD
Need help?
- Installation Guide - Detailed installation instructions
- Authentication - Setting up GitHub access
- Configuration - Customizing ylog settings