Add most popular repo list

This commit is contained in:
Erjan Gavalji
2015-03-11 17:26:30 +02:00
parent 6f08dcd144
commit 58066cc56a

View File

@ -47,3 +47,12 @@ We love PRs! Please follow our [contribution guide](https://www.nativescript.org
- **Twitter** - [@NativeScript](http://twitter.com/NativeScript)
- **Blog** - [http://nativescript.org/blog](http://nativescript.org/blog)
- **Forum** - [General discussion](http://www.telerik.com/forums/nativescript/general-discussions)
## Most popular repositories:
- **[Cross-Platform Modules](//github.com/NativeScript/cross-platform-modules/)** - Stores the code of the cross-platform modules, written in TypeScript
- **[iOS Runtime](//github.com/NativeScript/ios-runtime/)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an iOS device
- **[Android Runtime](//github.com/NativeScript/android-runtime)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an Android device
- **[NativeScript CLI](//github.com/NativeScript/nativescript-cli)** - Contains the Command-Line Interface for creating a NativeScript application
- **[Docs](//github.com/NativeScript/docs)** - Contains the NativeScript documentation (available on http://docs.nativescript.org/) in MarkDown format
- **[Hello-World Template](//github.com/NativeScript/template-hello-world)** - Contains the code of the application the CLI creates by default
- **[Cuteness Sample](//github.com/NativeScript/sample-cuteness)** - Stores the code of the Cuteness proof of concept application (A Reddit Kitten browser)