Skip to content

Commit cfe5de7

Browse files
committed
README: Polishing up the repositories listing
1 parent cdded0b commit cfe5de7

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,28 @@ Our [Getting Started Guide](http://docs.nativescript.org/start/getting-started)
2020

2121
## Quick Links
2222

23-
- [NativeScript’s home page](http://nativescript.org)
24-
- [NativeScript’s documentation](http://docs.nativescript.org/)
25-
- [NativeScript’s blog](http://www.nativescript.org/blog)
23+
- [NativeScript home page](http://nativescript.org)
24+
- [NativeScript documentation](http://docs.nativescript.org/)
25+
- [NativeScript blog](http://www.nativescript.org/blog)
2626
- [@NativeScript on Twitter](http://twitter.com/NativeScript)
2727
- [NativeScript community Slack channel](http://developer.telerik.com/wp-login.php?action=slack-invitation)
28-
- [NativeScript’s community forum](https://groups.google.com/forum/#!forum/nativescript)
28+
- [NativeScript community forum](https://groups.google.com/forum/#!forum/nativescript)
2929
- [NativeScript on Stack Overflow](http://stackoverflow.com/questions/tagged/nativescript)
3030

3131
## Repositories
3232

3333
The NativeScript framework is made up a number of components, all of which are open source and on GitHub. Here are the major ones:
3434

35-
- [The current repo](//github.com/NativeScript/NativeScript/) contains the code of 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.
36-
- The [iOS Runtime repo](//github.com/NativeScript/ios-runtime/) contains the code that hosts the iOS app, and allows the JavaScript code of your application to be executed on an iOS device. The iOS runtime is written in a fun mix of C++, Objective-C, and more.
37-
- The [Android Runtime repo](//github.com/NativeScript/android-runtime) contains the code that hosts the Android app, and allows that JavaScript code of your application to be executed on an Android device. The Android runtime is written an even more fun mix of C++ and Java.
38-
- The [NativeScript CLI repo](//github.com/NativeScript/nativescript-cli) contains the command-line interface for creating an application using the NativeScript framework. The CLI is written in TypeScript.
39-
- The [NativeScript Docs repo](//github.com/NativeScript/docs) contain the NativeScript framework documentation which is available on <http://docs.nativescript.org/>. The docs are written in Markdown.
35+
- **[Cross-platform modules](//github.com/NativeScript/NativeScript/)**
36+
- 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.
37+
- **[iOS runtime](//github.com/NativeScript/ios-runtime/)**
38+
- This repo contains the NativeScript iOS runtime—the code that hosts NativeScript iOS apps, and allows the JavaScript code to be executed on iOS devices. The iOS runtime is written in a fun mix of C++, Objective-C, and more.
39+
- **[Android runtime](//github.com/NativeScript/android-runtime)**
40+
- This repo contains the NativeScript Android runtime. Much like the NativeScript iOS runtime, the NativeScript Android runtime 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.
41+
- **[CLI](//github.com/NativeScript/nativescript-cli)**
42+
- 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.
43+
- **[Docs](//github.com/NativeScript/docs)**
44+
- This repo contains the NativeScript framework documentation, which is available on <http://docs.nativescript.org/>. The docs are written in Markdown.
4045

4146
In addition to the code that makes up the NativeScript framework itself, we also provide a number of [open-source sample apps](https://www.nativescript.org/app-samples-with-code) that you can reference while building your NativeScript application.
4247

0 commit comments

Comments
 (0)