| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,16 +46,16 @@ Our Getting Started Guides are hands-on tutorials that walk you through installi | |||
| 46 | 46 | The NativeScript framework consists of a number of components, all of which are open source and on GitHub. Here are the major ones: | |
| 47 | 47 | ||
| 48 | 48 | - **[Cross-platform modules](//github.com/NativeScript/NativeScript/)** | |
| 49 | - [](https://www.npmjs.com/package/tns-core-modules) | ||
| 49 | + [](https://www.npmjs.com/package/tns-core-modules) [](https://waffle.io/NativeScript/NativeScript) | ||
| 50 | 50 | - This repo contains the [NativeScript cross-platform modules](http://docs.nativescript.org/core-concepts/modules), which abstract iOS and Android APIs into JavaScript APIs—e.g. `camera.takePicture()`. The modules are written in TypeScript. | |
| 51 | 51 | - **[iOS runtime](//github.com/NativeScript/ios-runtime/)** | |
| 52 | - [](https://www.npmjs.com/package/tns-ios) | ||
| 52 | + [](https://www.npmjs.com/package/tns-ios) [](https://waffle.io/NativeScript/android-runtime) | ||
| 53 | 53 | - This repo contains the NativeScript iOS runtime—the code that hosts NativeScript iOS apps, and allows JavaScript code to be executed on iOS devices. The iOS runtime is written in a fun mix of C++, Objective-C, and more. | |
| 54 | 54 | - **[Android runtime](//github.com/NativeScript/android-runtime)** | |
| 55 | - [](https://www.npmjs.com/package/tns-android) | ||
| 55 | + [](https://www.npmjs.com/package/tns-android) [](https://waffle.io/NativeScript/android-runtime) | ||
| 56 | 56 | - This repo contains the NativeScript Android—the code that hosts NativeScript Android apps, and allows JavaScript code to be executed on Android devices. The Android runtime is written in a fun mix of C++ and Java. | |
| 57 | 57 | - **[CLI](//github.com/NativeScript/nativescript-cli)** | |
| 58 | - [](https://www.npmjs.com/package/nativescript) | ||
| 58 | + [](https://www.npmjs.com/package/nativescript) [](https://waffle.io/NativeScript/android-runtime) | ||
| 59 | 59 | - This repo contains the NativeScript command-line interface, which lets you create, build, and run apps using the NativeScript framework. The CLI is written in TypeScript. | |
| 60 | 60 | - **[Docs](//github.com/NativeScript/docs)** | |
| 61 | 61 | - This repo contains the NativeScript framework documentation, which is available at <http://docs.nativescript.org/>. The docs are written in Markdown. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments