🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

doclever2api

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doclever2api

## 使用方法

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
4
300%
Maintainers
1
Weekly downloads
 
Created
Source

这是一个把doclever 的文档转换为特定格式的工具,只是自己内部用的小工具

使用方法

npm i doclever2api
const fs = require('fs')
const doclever2api = require('doclever2api')

// 或者
// 1.在 doclerver 中下载项目的json文件
const apijson = require('./WMS-2.json')
const doclever2api = require('doclever2api')

// 引用改方法或者工具

const result = doclever2api(apijson.data)
fs.writeFileSync('./result-1.json', JSON.stringify(result))

toc

1.自动登录,不需要自己在doclerver下载json文件 2.自动解析 3.生成接口

FAQs

Package last updated on 20 May 2019

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