This script is for the CodePath AI Open Source capstone class. This script has 2 main functions:
- It creates forks for all of the open source repositories in your personal GitHub account.
- It creates GitHub issues for each fork that will onboard you onto the project.
Repositories forked:
- codepath/puter - Cloud desktop environment
- codepath/chatbox - Desktop chat application
- codepath/dokploy - Deployment platform
- codepath/scalar - API documentation tool
- codepath/omi - AI companion framework
- codepath/superset - Data visualization platform
- Install GitHub CLI
./codepath-opensource-bootstrap.sh
Or, run directly via:
curl -fsSL https://raw.githubusercontent.com/codepath/codepath-opensource-bootstrap/main/codepath-opensource-bootstrap.sh | bash
Your forked repositories will be available at https://github.com/YOUR_USERNAME/REPO_NAME
.