UNPKG
rdtool
Version:
latest (1.0.5)
1.0.5
1.0.4
A simple Node.js-based remote deployment tool that makes deployments easier with config files.
rdtool
/
src
/
exec-plugins
/
local-pwd.js
8 lines
(7 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
function
exec
(client, config,
command
) {
return
`当前本地基础路径为:
${config.localBaseDir}
` } module.exports = { name:
"local-pwd"
,
exec
}