UNPKG

backand

Version:

Command line interface for Backand cloud services - Online backend REST API as a service

15 lines (13 loc) 254 B
"use strict"; var logger = require('../logger'); module.exports = { getCommand: function(commandName){ try { return require('./' + commandName); } catch (err){ logger.warn(err.toString()); process.exit(1); } } };