SwiftKit v1.2.5 Release Notes

Release Date: 2019-06-12 // almost 5 years ago
  • 🔧 Environment-Configuration

    🔧 You can place a JSON environment configuration file in your home directory ~/.swiftkit-env.json to provide default values for:

    Key Description
    authorName The author name
    authorEmail The author email address
    organizationName The organization name
    organizationIdentifier The organization identifier

    SwiftKit will use those values and skip the corresponding console question when running swiftkit new.

    { "authorName": "Sven Tiigi", "authorEmail": "[email protected]", "organizationName": "Sven Tiigi", "organizationIdentifier": "de.tiigi" }
    

    Path: ~/.swiftkit-env.json

    The environment config values will only be used if no argument for the corresponding value is present.

    Custom SwiftKit template repository URL

    👯 If you wish to specify any custom SwiftKit repository URL to clone from pass the --repository parameter.

    Long parameter Short parameter Description
    🍱 --repository -r
    $ swiftkit new MyAwesomeKit --repository https://github.com/Custom/MyCustomSwiftKit.git