UNPKG
shell-deploy
Version:
latest (0.4.0)
0.4.0
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
快速创建和执行一个自动化任务
github.com/niuben/shell-deploy
niuben/shell-deploy
shell-deploy
/
test
/
test.scp.js
9 lines
(7 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import {scp}
from
"./lib/shell.js"
;
scp
({
host
:
"127.0.0.1"
,
path
:
"/user"
,
username
:
"user"
,
password
:
"12345"
})