UNPKG

rdtool

Version:

A simple Node.js-based remote deployment tool that makes deployments easier with config files.

8 lines (7 loc) 161 B
function exec(client, config, command) { return `当前本地基础路径为:${config.localBaseDir}` } module.exports = { name: "local-pwd", exec }