@docsi/cli
Version:
CLI Tool for installing the Docsi template
39 lines (38 loc) • 814 B
JSON
{
"name": "@docsi/cli",
"version": "1.2.1",
"description": "CLI Tool for installing the Docsi template",
"bin": {
"docsi": "./docsi.js"
},
"main": "dosci.js",
"keywords": [
"docsi",
"Docsi CLI",
"cli",
"tool",
"template",
"template-generator",
"generator",
"generator-cli",
"markdown",
"markdown-to-html",
"markdown-to-html-converter"
],
"repository": {
"type": "git",
"url": "https://github.com/Shukaaa/docsi-cli.git"
},
"bugs": {
"url": "https://github.com/Shukaaa/docsi-cli/issues"
},
"homepage": "https://github.com/Shukaaa/docsi-cli#readme",
"author": "Shukaaa",
"license": "MIT",
"dependencies": {
"colors": "^1.4.0",
"commander": "^11.0.0",
"download-git-repo": "^3.0.2",
"inquirer": "^8.0.0"
}
}