This package has been deprecated

Author message:

This package is no longer maintained. Please use `execa`.

@sbspk/run

0.0.5 • Public • Published

Run a command using child process

const run = require('@sbspk/run');

async function build() {
  await run('npm run build');
  await run('npm run copy');
}

build()
  .catch(err => console.error(err));

License -> MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @sbspk/run

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

2.57 kB

Total Files

5

Last publish

Collaborators

  • sbspk