ns create [application name]

Create a new Nativescript project. Press Enter for an interactive walkthrough

Arguments

NameDescription
application nameThe name of the Nativescript project

Options

NameDescription
--template <template>Create a project using a predefined template
--angular, --ngCreate a project using the Angular template
--reactCreate a project using the React template
--vue, --vuejsCreate a project using the Vue template
--svelteCreate a project using the Svelte template
--typescript, --tsc, --tsCreate a project using plain TypeScript
--javascript, --jsCreate a project using plain JavaScript
--path <directory>Specifies the directory where you want to create the project, if different from the current directory. <directory> is the absolute path to an empty directory in which you want to create the project
--appid <identifier>Sets the application identifier of your project. <appid> is the value of the application identifier and it must meet the specific requirements of each platform that you want to target. If not specified, the application identifier is set to org.nativescript.<Project Name>. The application identifier must be a domain name in reverse
--help, -hShow help for the create subcommand