A simple CLI tool to send mail about the git commits history of a local project. Useful to send especially to a non git repository users of a project.
Example use case can be to send the commit history to the testers of the project to inform the latest deployment code changes.
npm start -- --projectPath='/var/www/html/myproject' --toEmail='[email protected]'