UNPKG

rdtool

Version:

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

10 lines (8 loc) 201 B
const { execServerCommand } = require("../tools"); function exec(client, config, command) { return execServerCommand(client, command); } module.exports = { name: "remote", exec }