gen-table
Version:
A simple CLI to generate markdown table bodies from column and row counts.
51 lines (50 loc) • 1.15 kB
JSON
{
"name": "gen-table",
"version": "1.1.6",
"description": "A simple CLI to generate markdown table bodies from column and row counts.",
"type": "commonjs",
"main": "./dist/index.js",
"bin": {
"gen-table": "./dist/index.js"
},
"scripts": {
"build": "sh ./scripts/build.sh",
"gen-table": "node ./dist/index.js",
"publish:latest": "sh ./scripts/publish.sh"
},
"files": [
"dist"
],
"keywords": [
"markdown",
"markdown-table",
"table-generator",
"cli",
"developer-tool",
"documentation",
"generate-table",
"markdown-generator"
],
"author": {
"name": "Ababil Hossain",
"url": "https://devababil.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DevAbabil/gen-table.git"
},
"bugs": {
"url": "https://github.com/DevAbabil/gen-table/issues"
},
"homepage": "https://github.com/DevAbabil/gen-table#readme",
"sideEffects": false,
"devDependencies": {
"@types/node": "^22.14.1",
"colors": "^1.4.0",
"ora": "^8.2.0",
"rimraf": "^6.0.1",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
}
}