You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.$logger.printMarkdown("NOTE: Local builds require additional setup of your environment. You can find more information here: `https://docs.nativescript.org/start/quick-setup`");
56
-
57
-
// Add a new line just to ensure separation between local builds and cloud builds info.
58
46
this.$logger.info("");
59
-
this.$logger.info("To build your project in the cloud you can use:".green);
this.$logger.printMarkdown("NOTE: Cloud builds require Telerik account. You can find more information here: `https://docs.nativescript.org/sidekick/intro/requirements`");
47
+
this.$logger.info("You have successfully installed the NativeScript CLI!".green.bold);
48
+
this.$logger.info("");
49
+
this.$logger.info("Your next step is to create a new project:");
50
+
this.$logger.info("tns create".green.bold);
62
51
63
52
this.$logger.info("");
64
-
this.$logger.printMarkdown("If you want to experiment with NativeScript in your browser, try the Playground: `https://play.nativescript.org`");
53
+
this.$logger.printMarkdown("New to NativeScript?".bold+" Try the tutorials in NativeScript Playground: `https://play.nativescript.org`");
65
54
66
55
this.$logger.info("");
67
56
this.$logger.printMarkdown("If you have any questions, check Stack Overflow: `https://stackoverflow.com/questions/tagged/nativescript` and our public Slack channel: `https://nativescriptcommunity.slack.com/`");
0 commit comments