Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 454 Bytes

Log Mailer

A simple CLI tool to send git commits history.

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.

Use case

Example use case can be to send the commit history to the testers of the project to inform the latest deployment code changes.

Usage

npm start -- --projectPath='/var/www/html/myproject' --toEmail='name@domain.com'