From 0afd55da9ee82e6982a60d37a0caf57b9597aaf3 Mon Sep 17 00:00:00 2001 From: Alexey Korolev Date: Mon, 8 Oct 2018 15:50:54 +0300 Subject: [PATCH] Add README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc43974 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# My iOS app template + +## Description + +This project uses [cookiecutter](https://github.com/audreyr/cookiecutter) and [XcodeGen](https://github.com/yonaskolb/XcodeGen) +tools for rapid project bootstraping. + +## Usage + +Make sure that `cookiecutter` and `mint` tools installed with `brew`. + +```sh +brew install cookiecutter mint +``` + +After that run `cookiecutter gh:alphatroya/swift-project-template`.