techdoc
Version:
a cli tool to generate documentation for developers, users, and others also.
81 lines • 1.86 kB
JSON
{
"name": "techdoc",
"version": "1.0.31",
"description": "a cli tool to generate documentation for developers, users, and others also.",
"main": "src/index.js",
"scripts": {
"build": "tsc",
"start": "nodemon src/index.ts hello"
},
"bin": {
"techdoc": "./src/index.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/unstoppable-tanmay/techdoc.git"
},
"keywords": [
"cli",
"cli tool",
"techdoc",
"documentation",
"readme",
"api documentation",
"developer documentation",
"technical documentation",
"software documentation",
"AI",
"machine learning",
"natural language processing",
"templating",
"style guide",
"doc generation",
"API reference generator",
"ai assisted documentation",
"documentation automation",
"developer tools",
"api reference",
"code documentation",
"markdown generation",
"generate",
"markdown",
"docs",
"open source",
"techdoc",
"documentation",
"readme",
"api documentation",
"developer documentation",
"technical documentation",
"software documentation",
"read me generation",
"ai assisted documentation",
"documentation automation",
"developer tools",
"api reference",
"code documentation",
"markdown generation",
"generate",
"markdown",
"docs",
"writing",
"readme-generator",
"code-documentation",
"tech doc",
"tech-doc",
"tanmay"
],
"author": "Tanmay",
"license": "MIT",
"bugs": {
"url": "https://github.com/unstoppable-tanmay/techdoc/issues"
},
"homepage": "https://github.com/unstoppable-tanmay/techdoc#readme",
"dependencies": {
"cli-color": "^2.0.4",
"dree": "^4.7.0",
"inquirer": "^8.0.0",
"openai": "^4.28.4"
}
}