Skip to content

Latest commit

 

History

History
executable file
·
44 lines (31 loc) · 1.22 KB

File metadata and controls

executable file
·
44 lines (31 loc) · 1.22 KB

bisheng-plugin-typescript-interface

NPM version build status Test coverage

Generate Document from comment in typescript interface for Markdown files in bisheng.

Usage

Install:

npm i --save bisheng-plugin-typescript-interface

In Markdown:

```typescriptInterface
{
    "filePath":"posts/fixtures.tsx",
    "interfaceName":"ITestInterface",
    "language":"zh-CN"
}
```

API

lang: String

default: 'typescriptInterface'

License

MIT