Skip to content
This repository has been archived by the owner on Jul 26, 2019. It is now read-only.
/ flavors-command Public archive

Flavors (Node.js configuration management library) command loader and runner.

License

Notifications You must be signed in to change notification settings

flavors-js/flavors-command

Repository files navigation

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.

About

Flavors (Node.js configuration management library) command loader and runner.

Resources

License

Stars

Watchers

Forks

Packages

No packages published