- Getting Started with NativeScript
- Nathanael J. Anderson
- 119字
- 2021-07-23 14:36:22
The NativeScript command line
Now, before we get to the creating a project part, let us have an overview of the commands available from the new nativescript
command you just installed. If you forget any of these, you can easily type nativescript
alone without any parameters to see a help screen at a console window, or type nativescript /?
for a help screen in your browser.
NativeScript commands
These are just some of the most commonly used valid commands for the nativescript
command. Several of these we will be covering as we progress in the book.

Now that we have described some of the commands, let's use them to create your first mobile app via the nativescript
command tool.