Last active
September 18, 2019 15:38
-
-
Save theycallmemac/5b401a0475011206a4944f531719c643 to your computer and use it in GitHub Desktop.
botinfo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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