Installation
How to install and set up PrStack
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/prstack
Verify Installation
After installation, verify that PrStack is working:
prstack --help
You should see the list of available commands.
Next Steps
- Learn the philosophy behind PrStack
- Try the sync command
- Configure PrStack for your repository