# ipa-man: Build ipa with one command

------

Export ipa file with xCode6, need input developer account, it isn't well. ipa-man can build ipa file with one command, it's based on `xctool` and `xcodebuild`.

> * Build ipa with default configuration
> * Build ipa with custom profile

### Install

npm install ipa-man -g

### Usage

>* `ipa-man --help` can find supported parameters. 
>* `ipa-man -p your-project-folder`

------


