cli-readme-gen
Version:
Generate professional README.md files from the command line!
37 lines (36 loc) • 771 B
JSON
{
"name": "cli-readme-gen",
"version": "1.1.2",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KeithMurph/README.mdGenerator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KeithMurph/README.mdGenerator/issues"
},
"keywords": [
"cli",
"readme",
"README",
"readme.md",
"README.md",
"terminal",
"generate",
"command-line"
],
"homepage": "https://github.com/KeithMurph/README.mdGenerator#readme",
"bin": "./index.js",
"dependencies": {
"chalk": "^5.0.0",
"fs": "^0.0.1-security",
"inquirer": "^8.1.2"
},
"description": ""
}