hi-dev
Version:
A Node.js CLI tool to display a GitHub developer card with profile details and contribution activity directly in the terminal using npx.
34 lines (33 loc) • 906 B
JSON
{
"name": "hi-dev",
"version": "1.1.0",
"description": "A Node.js CLI tool to display a GitHub developer card with profile details and contribution activity directly in the terminal using npx.",
"main": "index.js",
"bin": {
"hi-dev": "index.js"
},
"keywords": [
"github",
"cli",
"npx",
"developer",
"profile",
"github-user",
"terminal",
"nodejs",
"open-source",
"user-info",
"github-api",
"fetch-github",
"dev-info",
"hi-dev"
],
"repository": {
"type": "git",
"url": "git+https://github.com/d-shaktiranjan/hi-dev.git"
},
"homepage": "https://github.com/d-shaktiranjan/hi-dev/blob/main/README.md",
"author": "Shakti Ranjan Debata <debatashaktiranjan@gmail.com>",
"license": "ISC",
"packageManager": "pnpm@10.7.0"
}