SwiftPlate 1.3
SwiftPlate can now infer most information it needs from the file system & your git config! 🎉
The following information is optionally inferred (if you leave it blank while running swiftplate
):
- Project name: Name of the folder where you're generating the project.
- Author name: The value of
git config --global user.name
. - Author email: The value of
git config --global user.email
. - GitHub URL: Any remote
git origin
URL that you have setup in your project folder.