Keats / kickstart

A scaffolding tool to get new projects up and running quickly
MIT License
354 stars 24 forks source link

try read user and email from ~/.gitconfig #42

Open jht5945 opened 3 years ago

jht5945 commented 3 years ago
$ cat ~/.gitconfig 
[push]
    default = matching
[user]
    email = **@gmail.com
    name = ****

Try read user.name and user.email from ~/.gitconfig , make default values for authors in Cargo.toml