Installation
Install PRStack, the leading PR stacking tool for GitHub. Quick setup guide for macOS, Linux, and Windows with Git and Jujutsu support.
Installation
Requirements
Before installing PrStack, make sure you have:
- Babashka - Clojure runtime for the CLI
- GitHub CLI - For PR creation and management
Installation Steps
# Clone the repository
git clone https://github.com/yannvanhalewyn/prstack.git
cd prstack
# Make executable
chmod +x bin/prstack
# Add to PATH or create symlink
ln -s $(pwd)/bin/prstack /usr/local/bin/prstackVerify Installation
After installation, verify that PrStack is working:
prstack --helpYou should see the list of available commands.
Next Steps
- Learn the philosophy behind PrStack
- Try the sync command
- Configure PrStack for your repository