-
-
Notifications
You must be signed in to change notification settings - Fork 197
chore: show the CLI diagram in a separate section with some explanations #3318
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
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.
Good stuff @tbozhikov. I again only had a few minor grammatical comments.
README.md
Outdated
|
||
 | ||
|
||
* **Commands** - pretty much what every CLI do - support of different command options, input validation and help |
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 --> does
README.md
Outdated
 | ||
|
||
* **Commands** - pretty much what every CLI do - support of different command options, input validation and help | ||
* **Devices Service** - it is the one that provides the communication between NativeScript and devices/emulators/simulators used to run/debug the app. Uses iTunes to talk to iOS and adb for Android |
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.
You can remove “it is the one that”.
README.md
Outdated
|
||
* **Commands** - pretty much what every CLI do - support of different command options, input validation and help | ||
* **Devices Service** - it is the one that provides the communication between NativeScript and devices/emulators/simulators used to run/debug the app. Uses iTunes to talk to iOS and adb for Android | ||
* **LiveSync Service** - initiates application redeploy on application code changes while development |
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.
redeploys applications when code changes during development
README.md
Outdated
* **Commands** - pretty much what every CLI do - support of different command options, input validation and help | ||
* **Devices Service** - it is the one that provides the communication between NativeScript and devices/emulators/simulators used to run/debug the app. Uses iTunes to talk to iOS and adb for Android | ||
* **LiveSync Service** - initiates application redeploy on application code changes while development | ||
* **Hooks Service** - executes custom-written hooks in developed application, thus modifying build process |
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 build process
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.
Great work
No description provided.