This starter repo bundles your planning files, Week-1 GitHub Issues (importable), and GitHub Actions to auto-add issues to a Projects (beta) board.
- Create a new GitHub repo named
dev-tracker(empty). - Download and extract this bundle, then push:
git init git remote add origin <YOUR_REPO_URL> git add . git commit -m "chore: bootstrap dev-tracker starter" git push -u origin main
- Create a Projects (beta) board and save its ID as a repo secret
PROJECT_ID:# Requires gh CLI and project scope gh auth login --scopes 'project,repo' bash scripts/project_setup.sh <YOUR_GITHUB_USERNAME> "Dev Tracker" # Copy PROJECT_ID and add it in: Settings → Secrets and variables → Actions → New repository secret
- Import Week-1 issues: GitHub → Issues → Import → upload
import/week1_github_issues.json.
planning/6_month_js_go_copilot_tracker.csv— 24-week planplanning/day1_precheck_js_go_copilot.md— Day-1 precheckimport/week1_github_issues.json— ready-to-import Week-1 issues.github/workflows/auto_add_to_project.yml— auto-add issues to project.github/workflows/auto_label_week.yml— auto-label Week 1 issuesscripts/project_setup.sh— create Project and print PROJECT_IDdocs/retro/— retros live herejs-cli/andgo-cli/— your CLIs (placeholders for now)
- Scaffold
js-cli(Commander/Yargs + Vitest) - Scaffold
go-cli(Cobra + table-driven tests) - Implement
statusAPI command in both - Tag
v0.1.0-alphareleases - Share your #builtwithgithubcopilot update
Check my daily learning tracker here:
📄 View 6-Month Tracker