A command-line github profile information tool made with oclif
devfetch is a command-line github profile information tool written in Javascript
that displays user attributes and avatars directly to your terminal. devfetch is based on the classic CLI tool neofetch. Network access and Node
is required to run this tool.
This tool has not been published on npm, so installation must be done locally:
git clone --depth=1 https://github.com/kindergartener/devfetch.git && cd devfetch
Node
is required to use this tool. Simply run:
npx devfetch USERNAME [-c red|blue|green|yellow|magenta|cyan|white] [-a]
USERNAME The username of the Github profile to display
-a, --avatar Display the user's avatar
-c, --color=<option> Change the accent color
<options: red|blue|green|yellow|magenta|cyan|white