projector-spawn
Spawn processes with ease
Last updated 9 years ago by thejameskyle .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install projector-spawn 
SYNC missed versions from official npm registry.

projector-spawn

Spawn processes with ease

Installation

yarn add --dev projector-spawn

Usage

import spawn from 'projector-spawn';

export async function build() {
  await spawn('script-name', ['--flag'], {
    cwd: '/path/to/cwd'
  });
}

Current Tags

  • 1.0.1                                ...           latest (9 years ago)

2 Versions

  • 1.0.1                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (1)
Dev Dependencies (2)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |