UNPKG

git-auto-badger

Version:

A npm cli tool that reads your package.json/project metadata and git config and connects your readme with multiple badge providers (shields.io, badgen.net etc)

33 lines (32 loc) 782 B
{ "name": "git-auto-badger", "version": "1.0.10", "description": "A npm cli tool that reads your package.json/project metadata and git config and connects your readme with multiple badge providers (shields.io, badgen.net etc)", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/technikhil314/auto-badger" }, "homepage": "https://github.com/technikhil314/auto-badger", "engines": { "node": ">=10.0.0" }, "bin": { "auto-badger": "bin/index.js" }, "keywords": [ "oss", "shields.io", "github", "badges", "status badges" ], "author": "Nikhil Mehta", "license": "MIT", "dependencies": { "eslint": "^7.10.0", "minimist": "^1.2.5", "nodegit": "^0.27.0", "yaml": "^1.10.0" } }