An open API service indexing awesome lists of open source software.

https://github.com/react-component/rn-tools

tools for react-native
https://github.com/react-component/rn-tools

Last synced: about 2 months ago
JSON representation

tools for react-native

Awesome Lists containing this project

README

          

# rn-tools

tools for react-native

[![NPM version][npm-image]][npm-url]
[![gemnasium deps][gemnasium-image]][gemnasium-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]

[npm-image]: http://img.shields.io/npm/v/rn-tools.svg?style=flat-square
[npm-url]: http://npmjs.org/package/rn-tools
[travis-image]: https://img.shields.io/travis/react-component/rn-tools.svg?style=flat-square
[travis-url]: https://travis-ci.org/react-component/rn-tools
[coveralls-image]: https://img.shields.io/coveralls/react-component/rn-tools.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/react-component/rn-tools?branch=master
[gemnasium-image]: http://img.shields.io/gemnasium/react-component/rn-tools.svg?style=flat-square
[gemnasium-url]: https://gemnasium.com/react-component/rn-tools
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.11-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/rn-tools.svg?style=flat-square
[download-url]: https://npmjs.org/package/rn-tools

## Usage

```
$ rn-tools run lint: run lint by https://github.com/airbnb/javascript
$ rn-tools run pub: compile and npm publish
$ rn-tools run watch --out-dir=/xx: watch and compile to /xx, default to lib
$ rn-tools run build: build examples
$ rn-tools run gh-pages: push example to gh-pages
```