Skip to content

Commit b919a4f

Browse files
authored
chore: add CLI diagram, minor link fixes in the README.md (#3312)
* chore: add CLI diagram, minor link fixes in the README.md * chore: use absolute path to diagram in order to show properly in NPM
1 parent 5bd4130 commit b919a4f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Get it using: `npm install nativescript@next -g`
55

66
* Create, build, and run native apps for iOS and Android using JavaScript or TypeScript *
77

8-
The NativeScript CLI lets you create, build, and deploy NativeScript-based projects on iOS and Android devices.
8+
The NativeScript CLI lets you create, build, and deploy [NativeScript][7]-based projects on iOS and Android devices.
9+
10+
![NativeScript CLI diagram](https://github.com/NativeScript/nativescript-cli/blob/master/ns-cli.png)
911

1012
* [What is NativeScript](#what-is-nativescript "Quick overview of NativeScript, the JavaScript framework for cross-platform development of native iOS and Android apps")
1113
* [Supported Platforms](#supported-platforms "The mobile platforms you can target with NativeScript")
@@ -40,8 +42,7 @@ To learn more about NativeScript, you can check the following resources:
4042
* [NativeScript - a Technical Overview][9]
4143
* [Development with NativeScript][3]
4244
* [Announcing NativeScript - cross-platform framework for building native mobile applications][11]
43-
* [The NativeScript Documentation Wiki][6]
44-
* [The NativeScript API Reference][7]
45+
* The NativeScript [Documentation repo][6] and [Documentation portal][7]
4546
* [The NativeScript FAQ][8]
4647
* [On NativeScript for Android][10]
4748

@@ -436,8 +437,8 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
436437
[2]: https://travis-ci.org/NativeScript/nativescript-cli
437438
[3]: http://docs.telerik.com/platform/appbuilder/nativescript/index
438439
[4]: http://www.telerik.com/nativescript
439-
[6]: https://github.com/nativescript/docs/wiki
440-
[7]: https://github.com/nativescript/docs
440+
[6]: https://github.com/nativescript/docs
441+
[7]: https://docs.nativescript.org/
441442
[8]: http://www.telerik.com/nativescript/faq
442443
[9]: http://developer.telerik.com/featured/nativescript-a-technical-overview/
443444
[10]: http://developer.telerik.com/featured/nativescript-android/

ns-cli.png

87 KB
Loading

0 commit comments

Comments
 (0)