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
- Host: GitHub
- URL: https://github.com/wonism/rn-ts
- Owner: wonism
- License: mit
- Created: 2018-12-25T11:05:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T04:02:02.000Z (over 6 years ago)
- Last Synced: 2024-04-24T20:26:27.857Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://wonism.github.io/rn-ts/
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ReactNative TypeScript
> Initialize typescript into your react native project[](https://badge.fury.io/js/rn-ts)
[](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
```