badgetable
Version:
Helps create summary tables for modules and websites by adding badges through shields.io. It generates complex Markdown code with a simple payload for an easy-to-understand visual overview.
16 lines (15 loc) • 526 B
JSON
{
"name": "badgetable",
"version": "1.2.3",
"description": "Helps create summary tables for modules and websites by adding badges through shields.io. It generates complex Markdown code with a simple payload for an easy-to-understand visual overview.",
"main": "./src/BadgeTable.mjs",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [ "badge", "markdown", "table generator", "README.md" ],
"author": "a6b8",
"license": "MIT"
}