A terminal UI tool for developers to manage GitHub repos, AWS Amplify projects, and Teamwork tasks.
curl -fsSL https://raw.githubusercontent.com/wethegit/wtc/main/install.sh | bash# Launch the TUI dashboard
wtc
# Show help
wtc --helpwtc checks for a newer version on every launch and shows a notification in the TUI with update commands. Or check manually:
wtc upgrade --checkTo update, re-run the install script.
See CONTRIBUTING.md for development setup instructions.
- ✅ Phase 1 (MVP): Hello World dashboard with tooling, CI/CD, and distribution
- ✅ Phase 2: Incorporate SolidJS
- Phase 3: GitHub repo creation
- Phase 4: AWS Amplify project bootstrapping
- Phase 5: Teamwork API integration
- Phase 6: Full TUI dashboard with navigation
- Phase 7: Distribution polish
See plans/PLAN.md for the full roadmap.
MIT