You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will generate a license with empty username and emailname. Why not insert username and email from git by default? That is, if user name is foo and email is [email protected], getLicense("MIT") will be like getLicense("MIT", { author: "foo", year: "2020" }).
The text was updated successfully, but these errors were encountered:
Currently,
Will generate a license with empty username and emailname. Why not insert username and email from git by default? That is, if user name is
foo
and email is[email protected]
,getLicense("MIT")
will be likegetLicense("MIT", { author: "foo", year: "2020" })
.The text was updated successfully, but these errors were encountered: