Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnkit/rnkit-code-push-cli
rnkit-code-push is command tools for react native
https://github.com/rnkit/rnkit-code-push-cli
cli-command react-native react-scripts rnkit
Last synced: 2 months ago
JSON representation
rnkit-code-push is command tools for react native
- Host: GitHub
- URL: https://github.com/rnkit/rnkit-code-push-cli
- Owner: rnkit
- License: other
- Created: 2017-03-29T08:08:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T22:26:43.000Z (over 6 years ago)
- Last Synced: 2024-10-28T15:47:40.183Z (2 months ago)
- Topics: cli-command, react-native, react-scripts, rnkit
- Language: JavaScript
- Homepage: https://update.rnkit.io
- Size: 1.6 MB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![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)