New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

corci-client

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Build Status Dependency Status Code Climate GitHub release GitHub 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"]

FAQs

Package last updated on 04 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts