# corci-client

> [![Build Status](https://travis-ci.org/beevelop/corci-client.svg?branch=master)](https://travis-ci.org/beevelop/corci-client) [![Dependency Status](https://gemnasium.com/beevelop/corci-client.svg)](https://gemnasium.com/beevelop/corci-client) [![Code Clim

Latest version **0.1.0** (published 2015-09-04) · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install corci-client
pnpm add corci-client
yarn add corci-client
bun add corci-client
```

Provides the command `corci-client`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2015-09-04 |
| First published | 2015-09-04 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Maik Hummel |
| Maintainers | beevelop |

## Links

- npm: https://www.npmjs.com/package/corci-client
- npm.io page: https://npm.io/package/corci-client

## Dependencies (1)

- [corci-libs](https://npm.io/package/corci-libs.md) github:beevelop/corci-libs

## Recent versions

- 0.1.0 (latest) — 2015-09-04

## README

[![Build Status](https://travis-ci.org/beevelop/corci-client.svg?branch=master)](https://travis-ci.org/beevelop/corci-client)
[![Dependency Status](https://gemnasium.com/beevelop/corci-client.svg)](https://gemnasium.com/beevelop/corci-client)
[![Code Climate](https://codeclimate.com/github/beevelop/corci-client/badges/gpa.svg)](https://codeclimate.com/github/beevelop/corci-client)
[![GitHub release](https://img.shields.io/github/release/beevelop/corci-client.svg?style=flat)](https://github.com/beevelop/corci-client/releases)
[![GitHub issues](https://img.shields.io/github/issues/beevelop/corci-client.svg?style=flat)](https://github.com/beevelop/corci-client/issues)

# CorCI-client

> A convenient way to handle your own cordova builds without relying on Phonegap Build.

# Disclaimer

This project is currently under heavy development and might be unstable. Don't use it in production (unless you're adventurous).

# Usage

```
Sends a build request to the CorCI-master.

Additionally you can append platform-specific files by using the target name (e.g. android) as an argument.

  --help                       Show help
  -v, --version                Show version number
  -p, --port                   Port the client should connect to                                                      [default: 8000]
  -q, --protocol               Protocol the server is reachable at (https requires key and cert argument)             [default: "http"]
  -h, --host                   the server's hostname                                                                  [default: "localhost"]
  -k, --keep                   Amount of builds in location to keep (0 = unlimited)                                   [default: 0]
  -l, --location               Path to directory where binaries should be stored (leave empty to not store binaries)
  -t, --platform, --platforms  Define a platform / target (e.g. android); use multiple times for multiple platforms   [default: "autodetect"]
  -f, --file                   Path to the cordova project's zip file                                                 [required]
  -n, --name                   the app's name                                                                         [default: "corci"]

```

---
_Source: https://npm.io/package/corci-client · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
