Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

jasonkuhrt-archive/gnarl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnarl

Composite processes

Installation

npm install gnarl

API

.run()
run :: String command ->

Run a processes that will terminate when the parent exists. Arguments:

  • command :: String
    A valid command line instruction, e.g. 'component-build --watch --reload'. Invoke this many times to create as many dependent processes as desired.

CLI

See:

> gnarl -h