0.0.4 • Published 5 years ago

devlop-dist v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

功能

上传静态资源到服务器上,替换baseURL,并自动创建备份目录history

运行环境

nodev10.15.3

运行方式

在项目根目录创建run.js文件:

const devlop=require('../devlop')
const config={
    host: '47.94.221.203',
    username: 'root',
    port: 22,
    password:'123456',
    path:'/root/FE/realbox/',
    baseURL:'http://47.104.154.39:8881'

}
devlop(config)

命令行执行node run.js

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago