Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.9 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.9 KB

iOS-redux-project-template

A template to create a Redux project with common dependencies and configuration.

Dependencies:

Requirements:

brew install cookiecutter
sudo gem install bundler

Usage:

The project uses Cookiecutter for project templating. To create a new project from this template just run:

cookiecutter https://github.com/VitaliySavchenko/iOS-redux-project-template.git

The project is using cocoapods for managing external libraries and a Gemfile for managing the cocoapods version. After generation project will be run post_gen_project.sh which install cocoapods automatically.