0.1.11 • Published 2 months ago

abler-drm-tool v0.1.11

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

彭彭自用包:abler-drm-tool

开发者远程维护工具

集成在服务端,提供对系统进行维护的工具,开发人员必须在其本机启动服务,使用Postman或类似工具访问本机服务,本机服务再转发到远程服务器执行维护任务。

安装

npm i abler-drm-tool -s

用法示例

const express = require('express');
const {drmTool, drmRouter} = require("abler-drm-tool");

drmTool.config(conf, err);

let app = express();
app.use('/api', drmRouter);
0.1.11

2 months ago

0.1.10

2 months ago

0.1.9

4 months ago

0.1.8

4 months ago

0.1.7

4 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago