rkotze / git-mob

Co-author commits tool. A cross-platform command-line tool for social coding. Includes co-authors in commits when pair/mob programming.
https://www.npmjs.com/package/git-mob
MIT License
182 stars 21 forks source link

Great migration to TypeScript #83

Open rkotze opened 2 years ago

rkotze commented 2 years ago

Summary

Move from JavaScript to TypeScript. Move over in an iterative fashion .js file in src folder needs to be migrated to a .ts with its appropriate types.

Don't have to do it all at once. Pick a file and make a PR when it's ready.

See this commit for example

Motivation

Improved code design with explicit types.