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
- Host: GitHub
- URL: https://github.com/react-component/rn-tools
- Owner: react-component
- Created: 2016-01-05T04:25:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T21:18:12.000Z (over 4 years ago)
- Last Synced: 2025-08-09T15:32:37.605Z (5 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 7
- Watchers: 21
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```