Skip to content

Commit 7480577

Browse files
authored
Update README.md
1 parent 486c3f3 commit 7480577

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,16 @@ Our Getting Started Guides are hands-on tutorials that walk you through installi
4141
The NativeScript framework consists of a number of components, all of which are open source and on GitHub. Here are the major ones:
4242

4343
- **[Cross-platform modules](//github.com/NativeScript/NativeScript/)**
44+
[![npm](https://img.shields.io/npm/dt/tns-core-modules.svg?label=npm%20downloads)](https://www.npmjs.com/package/tns-core-modules)
4445
- 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.
4546
- **[iOS runtime](//github.com/NativeScript/ios-runtime/)**
47+
[![npm](https://img.shields.io/npm/dt/tns-ios.svg?label=npm%20downloads)](https://www.npmjs.com/package/tns-ios)
4648
- 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.
4749
- **[Android runtime](//github.com/NativeScript/android-runtime)**
50+
[![npm](https://img.shields.io/npm/dt/tns-android.svg?label=npm%20downloads)](https://www.npmjs.com/package/tns-android)
4851
- 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.
4952
- **[CLI](//github.com/NativeScript/nativescript-cli)**
53+
[![npm](https://img.shields.io/npm/dt/nativescript.svg?label=npm%20downloads)](https://www.npmjs.com/package/nativescript)
5054
- 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.
5155
- **[Docs](//github.com/NativeScript/docs)**
5256
- This repo contains the NativeScript framework documentation, which is available at <http://docs.nativescript.org/>. The docs are written in Markdown.

0 commit comments

Comments
 (0)