{"id":22316811,"url":"https://github.com/emvakar/xcode-template-viper","last_synced_at":"2026-01-24T06:40:05.107Z","repository":{"id":195334767,"uuid":"692717428","full_name":"emvakar/xcode-template-viper","owner":"emvakar","description":"This template is designed for those who want to quickly start developing a project in Xcode using the VIPER architecture. Eliminate the routine of setting up a project with this ready-made template.","archived":false,"fork":false,"pushed_at":"2024-09-11T12:26:31.000Z","size":43,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T12:22:57.121Z","etag":null,"topics":["architecture","architecture-pattern","swift","template","template-project","viper","viper-architecture","viper-swift","viper-template","xcode"],"latest_commit_sha":null,"homepage":"https://www.emvakar.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emvakar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-17T11:18:17.000Z","updated_at":"2024-09-11T12:27:43.000Z","dependencies_parsed_at":"2024-09-11T16:24:54.170Z","dependency_job_id":"8f465438-277b-4a89-92a5-3d759fbd2ecc","html_url":"https://github.com/emvakar/xcode-template-viper","commit_stats":null,"previous_names":["emvakar/xcode-template-viper"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/emvakar/xcode-template-viper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emvakar%2Fxcode-template-viper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emvakar%2Fxcode-template-viper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emvakar%2Fxcode-template-viper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emvakar%2Fxcode-template-viper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emvakar","download_url":"https://codeload.github.com/emvakar/xcode-template-viper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emvakar%2Fxcode-template-viper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267686335,"owners_count":24127715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["architecture","architecture-pattern","swift","template","template-project","viper","viper-architecture","viper-swift","viper-template","xcode"],"created_at":"2024-12-03T23:07:56.864Z","updated_at":"2026-01-24T06:40:00.088Z","avatar_url":"https://github.com/emvakar.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VIPER template for Xcode (\u003c= 16.0.0) \n\n[Russian :ru:](./README_RU.md)\n\n:star2: If you liked our project, please **give us a star**! This will help other developers learn about our work and appreciate it. Thank you!\n\nThis template is designed for those who want to quickly start developing a project in Xcode using the VIPER architecture.\nEliminate the routine of setting up a project with this ready-made template.\n\n### Features\n\n- Automatic project setup upon its creation.\n- Save time with pre-installed configurations.\n- Generation of the following files and components when creating a project:\n    - Gemfile\n    - fastlane\n    - Rambafile\n    - Base classes\n    - Extensions\n    - Helpers\n\n\n### Installation\nTo install the template, run the following command. The template will be installed in the `~/Library/Developer/Xcode/Templates` directory.\n\n```shell\ncurl -sSL https://raw.githubusercontent.com/emvakar/xcode-template-viper/main/install_template.sh | bash\n```\n\n### Usage\n\n1. Create a new project through Xcode GUI.\n2. Select the `iOS` category.\n3. Scroll down to the `Others` section and choose the `AppVIPER` template.\n\n### Dependencies\n\nWe use the Swift Package Manager for dependency management.\nOur template requires the following base dependencies:\n\n- SnapKit `https://github.com/SnapKit/SnapKit.git`\n\n### Generate new module\n\nHierarhy module\n\n```\nSplash\n│\n├── Splash+DIResolver\n│\n├── Protocols\n│   └── SplashProtocols\n│\n├── View\n│   └── SplashViewController\n│\n├── Presenter\n│   └── SplashPresenter\n│\n├── WireFrame\n│   └── SplashWireFrame\n│\n└── Interactor\n    └── SplashInteractor\n```\n\n#### Xcode Template\n\n1. Press `CMD + N`\n2. Select category `iOS`.\n3. Scroll down to `Emil Karimov` and select `VIPER Module`.\n\n#### or Generabma\n\nGeneramba is our code generation tool.\n\nTo install the latest templates:\n\n```shell\ngeneramba  template  install\n```\n\nTo create a new module for development:\n\n```shell\ngeneramba  gen  MODULE_NAME  ios_viper\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femvakar%2Fxcode-template-viper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femvakar%2Fxcode-template-viper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femvakar%2Fxcode-template-viper/lists"}