1.2.3 • Published 5 years ago

flavors-command v1.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

npm Build Status David semantic-release Join the chat at https://gitter.im/flavors-js/flavors

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.

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago