-
-
Notifications
You must be signed in to change notification settings - Fork 197
Feat: Quality of life improvements #5757
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
Couple initial comments:
|
We can improve the order but I am not sure if it's a good idea to group them. I understand that we want to make things more clear but it will make the initial header + key command help quick long and take more space. Maybe just keeping the relevant commands together is good enough.
I personally have been using |
Co-authored-by: Nathan Walker <[email protected]>
Co-authored-by: Jason Cassidy <[email protected]>
This PR adds some quality of life improvements to NativeScript CLI.
ns start
that can run and manage Android & iOS apps side by side. The goal is to avoid restarting the CLI for most basic things like cleaning project/restarting the app.ns start
orns run *
commands. Initially I have enabled the following key commands:Do let me know if there are any other key commands you would like to see.
One thing still missing is ability to connect to an exisiting app on a device without rebuilding, just connecting HMR and reloading the app that I really want to add.
Also for the ns start command, there could be a way to toggle logging and show minimum logs other than those from the app with the option to enable complete logs.
Here's the new look:
PR Checklist