This package has been deprecated

Author message:

This module is deprecated. It was embedded in https://github.com/flavors-js/flavors. See https://github.com/flavors-js/flavors#command-runner.

flavors-command

1.2.3 • Public • Published

This module is deprecated. It was embedded in flavors. See flavors command runner.

flavors-command

Command loader and runner powered by Flavors configuration management library.
It allows to load and run commands in the pre-configured environment.

Install

$ npm install --save-dev flavors-command

Usage

As module

const options = {configName: 'myConfig', spawnOptions: {shell: true}};
require('flavors-command')(
  options,
  'echo', '$value1', '$value2' // command and arguments
);

options parameter

Options for flavors-runner and flavors.

command and arguments parameters

Command to run and its arguments.

Maintainers

License

See the LICENSE file for details.

Package Sidebar

Install

npm i flavors-command

Weekly Downloads

0

Version

1.2.3

License

MIT

Unpacked Size

6.79 kB

Total Files

4

Last publish

Collaborators

  • mxl