mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 10:01:08 +08:00
chore: readme update
[skip ci]
This commit is contained in:
16
README.md
16
README.md
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[NativeScript](http://www.nativescript.org) empowers you to access native APIs from JavaScript directly. Currently iOS and Android runtimes are provided for rich mobile development across a variety of diverse use cases.
|
[NativeScript](http://www.nativescript.org) empowers you to access native APIs from JavaScript directly. Currently iOS, Android, and visionOS runtimes are provided for rich mobile development across a variety of diverse use cases.
|
||||||
|
|
||||||
|
|
||||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2FNativeScript%2FNativeScript?ref=badge_large)
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2FNativeScript%2FNativeScript?ref=badge_large)
|
||||||
@ -40,7 +40,7 @@ We love you and your pull requests 🤗. Please follow our [contributing guide](
|
|||||||
## @nativescript/*
|
## @nativescript/*
|
||||||
|
|
||||||
- [@nativescript/core](https://github.com/NativeScript/NativeScript/tree/main/packages/core)
|
- [@nativescript/core](https://github.com/NativeScript/NativeScript/tree/main/packages/core)
|
||||||
Core iOS/Android for NativeScript.
|
Singular primitives offering an easy-to-use API surface for diverse iOS/Android APIs implemented with NativeScript.
|
||||||
- [@nativescript/types](https://www.npmjs.com/package/@nativescript/types)
|
- [@nativescript/types](https://www.npmjs.com/package/@nativescript/types)
|
||||||
Types for both iOS/Android below wrapped up as a convenience. *Most commonly used.*
|
Types for both iOS/Android below wrapped up as a convenience. *Most commonly used.*
|
||||||
- [@nativescript/types-ios](https://github.com/NativeScript/NativeScript/tree/main/packages/types-ios)
|
- [@nativescript/types-ios](https://github.com/NativeScript/NativeScript/tree/main/packages/types-ios)
|
||||||
@ -73,14 +73,14 @@ We love you and your pull requests 🤗. Please follow our [contributing guide](
|
|||||||
|
|
||||||
Outside the source centralized in this repo, NativeScript consists of a few other source repos. Here are the major ones:
|
Outside the source centralized in this repo, NativeScript consists of a few other source repos. Here are the major ones:
|
||||||
|
|
||||||
- [iOS Runtime](https://github.com/NativeScript/ns-v8ios-runtime)
|
- [iOS and visionOS Runtime](https://github.com/NativeScript/ns-v8ios-runtime)
|
||||||
NativeScript iOS Runtime: Empowers JavaScript code to be executed on iOS devices written in a mix of C++, Objective-C, and Swift.
|
Empowers JavaScript code to be executed on iOS and visionOS devices written in a mix of C++, Objective-C, and Swift.
|
||||||
- [Android Runtime](https://github.com/NativeScript/android-runtime)
|
- [Android Runtime](https://github.com/NativeScript/android-runtime)
|
||||||
NativeScript Android Runtim: Empowers JavaScript code to be executed on Android devices written in a mix of C++, Java and Kotlin.
|
Empowers JavaScript code to be executed on Android devices written in a mix of C++, Java and Kotlin.
|
||||||
- [CLI](//github.com/NativeScript/nativescript-cli)
|
- [CLI](//github.com/NativeScript/nativescript-cli)
|
||||||
NativeScript command-line interface empowering you to create, build, and run apps using NativeScript.
|
Command-line interface empowering you to create, build, and run apps using NativeScript.
|
||||||
- [Docs](//github.com/NativeScript/docs-new)
|
- [Docs](//github.com/NativeScript/docs-new)
|
||||||
NativeScript documentation available at <http://docs.nativescript.org/> written in Markdown.
|
Documentation available at <http://docs.nativescript.org/> written in Markdown.
|
||||||
- [Plugins](https://github.com/NativeScript/plugins)
|
- [Plugins](https://github.com/NativeScript/plugins)
|
||||||
A [plugin workspace](https://docs.nativescript.org/plugins/plugin-workspace-guide.html) with several useful plugins.
|
A [plugin workspace](https://docs.nativescript.org/plugins/plugin-workspace-guide.html) with several useful plugins.
|
||||||
- [Firebase](https://github.com/NativeScript/firebase)
|
- [Firebase](https://github.com/NativeScript/firebase)
|
||||||
@ -92,4 +92,4 @@ Outside the source centralized in this repo, NativeScript consists of a few othe
|
|||||||
- [Artwork](https://github.com/NativeScript/artwork)
|
- [Artwork](https://github.com/NativeScript/artwork)
|
||||||
Want to use our logo or colors? Feel free to use any of our ready-to-use media material.
|
Want to use our logo or colors? Feel free to use any of our ready-to-use media material.
|
||||||
|
|
||||||
<h3 align="center">Made with ❤️</h3>
|
<h3 align="center">Made with ❤️</h3>
|
||||||
|
Reference in New Issue
Block a user