Skip to content

Latest commit

 

History

History

plugin-spawn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

🐣 plugin-spawn

Spawn new child process.

Install

$ yarn add --dev @start/plugin-spawn

Usage

Signature

const spawn: (command: string): StartPlugin

Example

import spawn from '@start/plugin-spawn'

export task = () => spawn('node --version')