-
-
Notifications
You must be signed in to change notification settings - Fork 196
docs: updates to the help #4039
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
Conversation
chore(plugin.md) - Remove find and search commands from man pages
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.
The hmr option should be added to all run
, preview
and debug
commands.
`Vue.js`, `--vue`, `--vuejs` | tns-template-blank-vue | ||
### Application Templates | ||
|
||
Below you can see a list of all available NativeScript templates and the commands you can use to generate them. |
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.
These are not all available NativeScript templates
, they are just the recommended starting ones.
|
||
`--bundle` - Specifies that a bundler (e.g. webpack) should be used if one is present. If no value is passed it will default to `webpack`. |
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.
Do we really need to describe --bundle
like this when the only supported option is webpack?
92f6735
to
04b5f5b
Compare
@DimitarTachev, I have added the |
@ggarabedian, when you set the |
d691619
to
c70c2e8
Compare
856651b
to
c4742f9
Compare
c4742f9
to
86dd3f4
Compare
Unified and improved the commands help.
Related to #4057