Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

egg-apidoc2

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-apidoc2

> egg-apidoc 接口文档

latest
Source
npmnpm
Version
1.0.13
Version published
Maintainers
1
Created
Source

egg-apidoc

egg-apidoc 接口文档

开启插件

// config/plugin.js
// js
exports.apidoc = {
  enable: true,
  package: 'egg-apidoc2',
};
// ts
apidoc: {
  enable: true,
  package: 'egg-apidoc2',
},

配置

// config/config.default.js
exports.apidoc = {
  // 你的配置
};
name描述默认值example
name名称apidocapidoc
version默认版本0.0.10.0.2
description描述apidoc接口文档apidoc接口文档

License

MIT © huangwenquan

Keywords

egg

FAQs

Package last updated on 20 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts