Skip to content

fix: missing --template arg #4901

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

Merged
merged 1 commit into from
Jul 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/man_pages/project/creation/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ Below you can see a list of the recommended NativeScript starting templates and
Template | Command
---------|----------
`JavaScript - Hello World`, `--js`, `--javascript` | tns create --template tns-template-hello-world
`JavaScript - SideDrawer` | tns create tns-template-drawer-navigation
`JavaScript - Tabs` | tns create tns-template-tab-navigation
`TypeScript - Hello World`, `--ts`, `--tsc`, `--typescript` | tns create tns-template-hello-world-ts
`TypeScript - SideDrawer` | tns create tns-template-drawer-navigation-ts
`TypeScript - Tabs` | tns create tns-template-tab-navigation-ts
`Angular - Hello World`, `--ng`, `--angular` | tns create tns-template-hello-world-ng
`Angular - SideDrawer` | tns create tns-template-drawer-navigation-ng
`Angular - Tabs` | tns create tns-template-tab-navigation-ng
`Vue.js - Blank`, `--vue`, `--vuejs` | tns create tns-template-blank-vue
`Vue.js - SideDrawer`, | tns create tns-template-drawer-navigation-vue
`JavaScript - SideDrawer` | tns create --template tns-template-drawer-navigation
`JavaScript - Tabs` | tns create --template tns-template-tab-navigation
`TypeScript - Hello World`, `--ts`, `--tsc`, `--typescript` | tns create --template tns-template-hello-world-ts
`TypeScript - SideDrawer` | tns create --template tns-template-drawer-navigation-ts
`TypeScript - Tabs` | tns create --template tns-template-tab-navigation-ts
`Angular - Hello World`, `--ng`, `--angular` | tns create --template tns-template-hello-world-ng
`Angular - SideDrawer` | tns create --template tns-template-drawer-navigation-ng
`Angular - Tabs` | tns create --template tns-template-tab-navigation-ng
`Vue.js - Blank`, `--vue`, `--vuejs` | tns create --template tns-template-blank-vue
`Vue.js - SideDrawer`, | tns create --template tns-template-drawer-navigation-vue

### Related Commands

Expand Down