0.0.5 • Published 1 year ago

@es-pkg/doc v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@es-pkg/doc

根据ts文件的注释生成表格md

NPM Version  NPM Version  unpacked size  Author

📦 Installation

npm install @es-pkg/doc

🏠 Exports

参数类型
🔖defaultReferences
🧷DocOptionsType Aliases
🎗️bootstrapFunctions

🔖References

default

Renames and re-exports bootstrap

🧷Type Aliases

生成doc文档的配置项

DocOptions

参数类型说明默认值
author?: string作者
caseDir?: string生成用法 例子的目录case
desc?: string描述
entry: string编译文件的入口
keepHtmlTable?: boolean是否保留为原始htmlTablefalse
name?: string包名称
outDir: string编译后输出的文件夹
outName?: string编译后输出的文件名称README
outType?: "html" | "md" | ["html", "md"]编译后输出的类型md
repository?: string仓库地址
tsconfig?: string编译文件的 ts配置路径

🎗️Functions

bootstrap

  • 默认 EsPkgDoc的主函数

  • bootstrap(config:DocOptions): Promise<void>

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago