Skip to content

Instantly share code, notes, and snippets.

@theycallmemac
Last active September 18, 2019 15:38
Show Gist options
  • Save theycallmemac/5b401a0475011206a4944f531719c643 to your computer and use it in GitHub Desktop.
Save theycallmemac/5b401a0475011206a4944f531719c643 to your computer and use it in GitHub Desktop.
botinfo
echo -e "Author: $(jq -r ".author" package.json)\n"
echo -e "Version: $(jq -r ".version" package.json)\n"
echo -e "Description: $(jq -r ".description" package.json)\n"
echo -e "Code: $(jq -r ".homepage" package.json)\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment