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

https://github.com/wonism/rn-ts

Initialize typescript into your react native project
https://github.com/wonism/rn-ts

Last synced: about 2 months ago
JSON representation

Initialize typescript into your react native project

Awesome Lists containing this project

README

        

# ReactNative TypeScript
> Initialize typescript into your react native project

[![npm version](https://badge.fury.io/js/rn-ts.svg)](https://badge.fury.io/js/rn-ts)
[![Build Status](https://travis-ci.org/wonism/rn-ts.svg)](https://travis-ci.org/wonism/rn-ts)

## How to initialize?
```sh
$ npm i -g rn-ts
$ cd /PATH/TO/YOUR/RN_PROJECT
$ rn-ts i
# or rn-ts init / rn-ts set / rn-ts start / rn-ts s
```

`rn-ts i` will generate `tsconfig.json` automatically if there is no `tsconfig.json` in your project root.

## How to run?
```sh
$ npm run build:ts
```