Files
NativeScript/README.md
2020-08-19 21:34:23 -07:00

33 lines
917 B
Markdown

<img src="https://raw.githubusercontent.com/nstudio/nativescript/master/tools/graphics/nativescript-v8-logo-cropped.png?token=AADPTY7GXDQOQZXOMXRAWIC6YGI4A" width="100" />
# NativeScript
TypeScript driven development for native platform api's.
# Develop
```bash
# setup workspace for development
$ npm run setup
# list all available commands to run
$ npm start
```
# Packages
* [@nativescript/core]()
* Core iOS/Android for NativeScript
* [How to contribute]()
* [@nativescript/types]()
* Types for both iOS/Android below wrapped up as a convenience. *Most commonly used.*
* [@nativescript/types-ios]()
* Types for iOS
* [@nativescript/types-android]()
* Types for Android
* [@nativescript/ui-mobile-base]()
* UI mobile base native classes used by core
* [How to contribute]()
* [@nativescript/webpack]()
* Webpack build utilities and configs used by NativeScript apps
* [How to contribute]()