Now that you have an idea of the power of a command line, all you really need to remember is tns debug ios and tns run android; these will be your constant friends in our adventure. Throw in a couple of tns plugin add commands and then wrap up the application when finally finished with a tns build, and you are golden. However, don't forget about the rest of the commands; they all serve a purpose. Some of them are rarely used, but some of them are extremely helpful when you need them.
In Chapter 7, Building the multi-track Player, we will start exploring how to actually access the Native platform and integrate with plugins.