-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help for experimental versions #336
Conversation
Test PASSed. |
👍 |
|
||
Configures the current project to target the selected platform. | ||
|
||
<Version> is any available version published in npm. | ||
You can get out of the box 0-day support for native new native platforms. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"native new native"
60f5d12
to
9f83968
Compare
Test PASSed. |
|
||
Configures the current project to target the selected platform. | ||
|
||
<Version> is any available version published in npm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is any available version of the respective platform runtime published in npm. If @ is not specified, the NativeScript CLI installs the latest stable runtime for the selected platform.
To list all available versions for android, run $ npm view tns-android versions
To list only experimental versions for android, run $ npm view tns-android dist-tags
To list all available versions for ios, run $ npm view tns-ios versions
To list only experimental versions for ios, run $ npm view tns-ios dist-tags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's drop the marketing talk from here. Instead, I'll try incorporating some of it in the readme and the changelog. I'll put up a separate PR for it.
In addition, please, transfer this to the update command as well.
…the readme.md This PR is complementary to #336
9f83968
to
11f0814
Compare
Test PASSed. |
👍 |
…-runtime-versions Help for experimental versions
#322