chpapa / skygear-Scaffolding-iOS

Scaffolding for Skygear iOS App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaffolding for Skygear iOS App

Your Skygear iOS App is one command away! This scaffolding app set up the basic of Skygear iOS app for you, including:

  • Choose between Objective-C and Swift
  • Configure API endpoint
  • Basic features like login / signup.

Prerequisite

How to use

sudo gem install cocoapods

sudo gem install colored

pod repo update

pod lib create --silent --template-url=https://github.com/SkygearIO/skygear-Scaffolding-iOS.git "YourProjectName"

And it will walk you through the following:

What is your skygear endpoint (You can find it in portal)?
Example: https://myapp.skygeario.com
> https://myapp.skygeario.com

What is your skygear API key (You can find it in portal)?
Example: dc0903fa85924776baa77df813901efc
> <your-api-key>

What language do you want to use? [ Swift / ObjC  ]
> ObjC

What is your class prefix?
> YPN

You can learn more about the Skygear iOS SDK by going to https://docs.skygear.io

Credits

Inspired from https://github.com/CocoaPods/pod-template

About

Scaffolding for Skygear iOS App

License:Other


Languages

Language:Ruby 48.6%Language:Objective-C 29.2%Language:Swift 22.1%