Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 295 Bytes

readme.md

File metadata and controls

25 lines (16 loc) · 295 Bytes

🐣 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')