Skip to content
This repository was archived by the owner on Jul 26, 2019. It is now read-only.

flavors-js/flavors-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors