[![npm][npm-badge]][npm]
[![MIT][license-badge]][license]
[![bitHound Score][bithound-badge]][bithound]
[![Build status](https://ci.appveyor.com/api/projects/status/l8sg6cvm176ce67p/branch/master?svg=true)][appveyor]
[![Downloads](https://img.shields.io/npm/dm/rnkit-code-push-cli.svg)](https://www.npmjs.com/package/rnkit-code-push-cli)

RNKit Code Push command line interface tool with [https://update.rnkit.io](https://update.rnkit.io)

![](https://github.com/rnkit/rnkit-code-push-cli/blob/master/screenshot_root.png?raw=true)

[npm-badge]: https://img.shields.io/npm/v/rnkit-code-push-cli.svg
[npm]: https://www.npmjs.com/package/rnkit-code-push-cli
[license-badge]: https://img.shields.io/dub/l/vibe-d.svg
[license]: https://raw.githubusercontent.com/rnkit/rnkit-code-push-cli/master/LICENSE
[bithound-badge]: https://www.bithound.io/github/rnkit/rnkit-code-push-cli/badges/score.svg
[bithound]: https://www.bithound.io/github/rnkit/rnkit-code-push-cli
[appveyor]: https://ci.appveyor.com/project/simman/rnkit-code-push-cli/branch/master


## Installation

#### With Yarn

```
yarn add global rnkit-code-push-cli
```

#### With NPM

```
npm install -g rnkit-code-push-cli
```

## Community

 - [Document](https://update.rnkit.io/docs/)

# Thanks

  - reactnative.cn: Part of the source code to achieve reference [react-native-pushy](https://github.com/reactnativecn/react-native-pushy/)

  **此项目代码fork自 react-native-pushy**

# License

  - MIT
  - [react-native-pushy](https://github.com/reactnativecn/react-native-pushy/blob/master/LICENSE)
