effic-apidoc

1.1.2 • Public • Published

effic 接口文档生成器

  • 轻松生成精美接口文档,
  • 基于MIT协议开源

安转

    npm install effic-apidoc

使用

let effic = require("effic")

let apidoc = require("effic-apidoc")

const app = effic();

// 注册接口文档
app.use("/doc",apidoc);
    

app.listen(9000, () => {
  console.log("server is running");
});

/effic-apidoc/

    Package Sidebar

    Install

    npm i effic-apidoc

    Weekly Downloads

    1

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    2.72 MB

    Total Files

    18

    Last publish

    Collaborators

    • songbai