UNPKG

@dabblelab/plugin-autopilot

Version:

Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Bot

10 lines (7 loc) 264 B
const { projectInstall } = require('pkg-install'); async function installDependencies(targetDirectory) { const options = { cwd: targetDirectory }; const { stdout } = await projectInstall(options); return stdout; } module.exports = { installDependencies };