UNPKG

stacked-pr-sync

Version:

A Node.js tool for syncing stacked pull requests with advanced conflict detection and resolution

6 lines (3 loc) 121 B
#!/usr/bin/env node const { syncStackedPRs } = require('./services/sync-manager') module.exports = { syncStackedPRs }