igit

command module
v0.0.0-...-27ae805 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2019 License: MIT Imports: 7 Imported by: 0

README

iGit

A CLI that automate process of git for iOS projects.

Install

  • Download igit binary

  • Open folder usr/local/bin folder

  • Put the binary there

  • Run $ igit -v to test

Commands

  • $ igit release | r

This command prepare a release for iOS projects.

Usage

You need to create a .env file with these variables:

# Name of the project (get this name from Pods Repository) 
NAME=Example

# Release version
TAG_VERSION=0.0.1

# Name of .podspec file
PODSPEC_FILE=Example.podspec

# Project path
PATH_PROJECT=/Users/me/Documents/Projects/test-project-repository

# Branch which will be to push the folder in project
REFERENCE_BRANCH=develop

# Pods repository path
PODS_PATH_PROJECT=/Users/me/Documents/Projects/test-pods-repository

# Branch which will be to push the folder in Pods Repository
PODS_REFERENCE_BRANCH=master

PATH_PODSPEC=${PATH_PROJECT}/${PODSPEC_FILE}
PODS_PATH_FOLDER=${PODS_PATH_PROJECT}/${NAME}/${TAG_VERSION}/
PODS_PATH_PODSPEC=${NAME}/${TAG_VERSION}/${PODSPEC_FILE}

After you have created .env file, you can run:

$ igit r ./file.env

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL