Download archive to your computer, open the folder in Terminal, execute the next command:
swift install.swift
Go to Application folder, browse to the Xcode application icon. Right-click it and choose 'Show Package Contents'. Then browse to:
Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/Project Templates/iOS/Application
and add "MVVM Module.xctemplate" file. Now you can find your template in Xcode.
Open Xcode, Create a new group in your project for your module and named it e.g. Profile Module
then create a new file inside that folder and select MVVM Module, type the name, and your files will be generated.