UNPKG

@lando/backdrop

Version:

A Lando plugin that provides a tight integration with Backdrop.

9 lines (7 loc) 158 B
'use strict'; module.exports = ({ backdrush = '1.4.0', drush = '8.4.12', } = {}) => { return `/helpers/install-backdrush.sh ${backdrush} ${drush}`; };