UNPKG

fetch-github-user

Version:

🎩 A CLI that give you details of Github user using Github users API

14 lines (12 loc) • 314 B
import chalk from "chalk"; export default function footer() { console.log( chalk.bgBlueBright("\n Star the repo: "), "https://github.com/heyitsuzair/fetch-github-user", "\n" ); console.log( chalk.bgRedBright(" Connect with me: "), "https://linkedin.com/in/uzair-dev" ); }