This module is deprecated. It was embedded in flavors. See flavors command runner.
Command loader and runner powered by Flavors configuration management library.
It allows to load and run commands in the pre-configured environment.
$ npm install --save-dev flavors-command
const options = {configName: 'myConfig', spawnOptions: {shell: true}};
require('flavors-command')(
options,
'echo', '$value1', '$value2' // command and arguments
);
Options for flavors-runner and flavors.
Command to run and its arguments.
See the LICENSE file for details.