mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

Add friendly user message at the end of install #132

Closed Aluisyo closed 4 years ago

Aluisyo commented 4 years ago

Add friendly user message at the end of install #18

antho1404 commented 4 years ago

Also, this message needs to be on the CLI library under packages/cli

Aluisyo commented 4 years ago

Thanks for the PR :) Could you change the message to:


  ███╗   ███╗███████╗███████╗ ██████╗ 
  ████╗ ████║██╔════╝██╔════╝██╔════╝ 
  ██╔████╔██║█████╗  ███████╗██║  ███╗
  ██║╚██╔╝██║██╔══╝  ╚════██║██║   ██║
  ██║ ╚═╝ ██║███████╗███████║╚██████╔╝
  ╚═╝     ╚═╝╚══════╝╚══════╝ ╚═════╝ 

  Website: https://mesg.com
  Forum: https://forum.mesg.com
  Documentation: https://docs.mesg.com
  Github: https://github.com/mesg-foundation
  Discord: http://discord.mesg.com/

  Start the engine by executing:
  mesg-cli daemon:start

  HAPPY CODING :)

done

Aluisyo commented 4 years ago

Also, this message needs to be on the CLI library under packages/cli

just to clarify: you would like the message to be displayed on the cli? like when you start a terminal?

antho1404 commented 4 years ago

The message should be displayed in the post-install of the CLI so that when users install the CLI, they have this message to help them access all the resources they need.

Aluisyo commented 4 years ago

The message should be displayed in the post-install of the CLI so that when users install the CLI, they have this message to help them access all the resources they need.

oky, understood thanks

Aluisyo commented 4 years ago

The message should be displayed in the post-install of the CLI so that when users install the CLI, they have this message to help them access all the resources they need.

Done