Skip to content

Commit a5805cc

Browse files
Add message on postinstall
Add message on postinstall to show that NS CLI is installed successfully and where to follow us.
1 parent 3f9ac67 commit a5805cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export class StaticConfig extends StaticConfigBase implements IStaticConfig {
3232
public ERROR_REPORT_SETTING_NAME = "TrackExceptions";
3333
public ANALYTICS_INSTALLATION_ID_SETTING_NAME = "AnalyticsInstallationID";
3434
public START_PACKAGE_ACTIVITY_NAME = "com.tns.NativeScriptActivity";
35+
public INSTALLATION_SUCCESS_MESSAGE = "Installation successful. You are good to go. Connect with us on `http://twitter.com/NativeScript`.";
3536

3637
constructor($injector: IInjector) {
3738
super($injector);

0 commit comments

Comments
 (0)