Skip to content

Viper architecture module generator using Xcode template

License

Notifications You must be signed in to change notification settings

giftbott/ViperModuleTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Viper Module Template

Viper architecture module generator using Xcode template with ease.

How to install

1. Using script (strongly recommend)

    Just execute this command in terminal

  • to install in User Custom Path
swift install_template.swift
  • to install in Xcode application Path
sudo swift install_template.swift
  • ScreenShot

install via script

2. Manual

  • to install in User Custom Path
mkdir -p $HOME"/Library/Developer/Xcode/Templates/File Templates/Custom/ViperModule.xctemplate/" && \
cp -R ./ViperModule.xctemplate $HOME"/Library/Developer/Xcode/Templates/File Templates/Custom/"
  • to install in Xcode Application Path
tempDir=`xcode-select -p`"/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/File Templates/Source/" && \
sudo mkdir -p $tempDir/ViperModule.xctemplate/ && \
sudo cp -R ./ViperModule.xctemplate $tempDir

Done. Now you can find viper module template in Xcode.
Congratulations! 🎉🎉

Template Usage

Usage

Contributing

Issues, Pull Requests and adding your custom template are welcome.

License

Viper Module Template is under the MIT license. See LICENSE for details.

About

Viper architecture module generator using Xcode template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages