rnkit-code-push is command tools for react native
npm install rnkit-code-push-cli[![npm][npm-badge]][npm]
[![MIT][license-badge]][license]
[![bitHound Score][bithound-badge]][bithound]
![Build status][appveyor]

RNKit Code Push command line interface tool with https://update.rnkit.io

[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
#### With Yarn
```
yarn add global rnkit-code-push-cli
#### With NPM
```
npm install -g rnkit-code-push-cli
- Document
- reactnative.cn: Part of the source code to achieve reference react-native-pushy
此项目代码fork自 react-native-pushy
- MIT
- react-native-pushy