Update README.md

This commit is contained in:
dtopuzov
2017-04-13 15:54:52 +03:00
committed by GitHub
parent dca52bb8fd
commit a12aecd5f4

View File

@ -44,16 +44,16 @@ Our Getting Started Guides are hands-on tutorials that walk you through installi
The NativeScript framework consists of a number of components, all of which are open source and on GitHub. Here are the major ones: The NativeScript framework consists of a number of components, all of which are open source and on GitHub. Here are the major ones:
- **[Cross-platform modules](//github.com/NativeScript/NativeScript/)** - **[Cross-platform modules](//github.com/NativeScript/NativeScript/)**
[![npm](https://img.shields.io/npm/dt/tns-core-modules.svg?label=npm%20downloads)](https://www.npmjs.com/package/tns-core-modules) [![npm](https://img.shields.io/npm/dm/tns-core-modules.svg)](https://www.npmjs.com/package/tns-core-modules)
- 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. - 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.
- **[iOS runtime](//github.com/NativeScript/ios-runtime/)** - **[iOS runtime](//github.com/NativeScript/ios-runtime/)**
[![npm](https://img.shields.io/npm/dt/tns-ios.svg?label=npm%20downloads)](https://www.npmjs.com/package/tns-ios) [![npm](https://img.shields.io/npm/dm/tns-ios.svg)](https://www.npmjs.com/package/tns-ios)
- 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. - 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.
- **[Android runtime](//github.com/NativeScript/android-runtime)** - **[Android runtime](//github.com/NativeScript/android-runtime)**
[![npm](https://img.shields.io/npm/dt/tns-android.svg?label=npm%20downloads)](https://www.npmjs.com/package/tns-android) [![npm](https://img.shields.io/npm/dm/tns-android.svgs)](https://www.npmjs.com/package/tns-android)
- 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. - 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.
- **[CLI](//github.com/NativeScript/nativescript-cli)** - **[CLI](//github.com/NativeScript/nativescript-cli)**
[![npm](https://img.shields.io/npm/dt/nativescript.svg?label=npm%20downloads)](https://www.npmjs.com/package/nativescript) [![npm](https://img.shields.io/npm/dm/nativescript.svg)](https://www.npmjs.com/package/nativescript)
- 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. - 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.
- **[Docs](//github.com/NativeScript/docs)** - **[Docs](//github.com/NativeScript/docs)**
- This repo contains the NativeScript framework documentation, which is available at <http://docs.nativescript.org/>. The docs are written in Markdown. - This repo contains the NativeScript framework documentation, which is available at <http://docs.nativescript.org/>. The docs are written in Markdown.