Forrest logo
back to the ns tool

nativescript:warp:51a23

Lists all platforms that your NativeScript project currently targets.
$ ns platform list
try on your machine

The command "ns platform list" is used to list the platforms supported by the NativeScript framework. NativeScript is an open-source framework that allows developers to create native mobile applications using JavaScript and CSS.

When you run the "ns platform list" command, it displays a list of all the platforms for which you can develop apps using NativeScript. These platforms include:

  1. iOS: NativeScript supports iOS, which means you can develop mobile applications for iPhones and iPads.

  2. Android: NativeScript also supports Android, which allows you to create apps for devices running the Android operating system.

  3. Windows: NativeScript provides support for Windows, enabling you to develop applications for Windows 10 devices, such as phones, tablets, and desktop PCs.

The "ns platform list" command helps you determine the platforms you can target while developing applications using NativeScript, allowing you to plan your development process accordingly.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the ns tool