ryanjwessel / pear-cli

🍐 A frictionless tool for tracking pair programming activity on teams
3 stars 1 forks source link

Derive contributors from existing commit history #11

Open ryanjwessel opened 3 years ago

ryanjwessel commented 3 years ago

Instead of (or, in addition to) prompting the user running npx pear init to manually enter the contributor names they would like to track, we could leverage the commit history and have them select from existing contributors.

npx pear init

# Prompt them to select from contributor names from the last _n_ months of commits

# Then, continue with existing prompt that asks for manual entering