SwiftPlate v1.3.0 Release Notes

Release Date: 2017-01-23 // over 7 years ago
  • 🍱 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.