@eternagame/nx-spawn

1.0.1 • Public • Published

@eternagame/nx-spawn

Run a command for all dependencies of a given package, without waiting for their completion

Usage

nx-spawn <command for dependencies> [<command for this package>]

The first parameter is the command that will be run in the folder of each package in the dependency tree for the current package (ie, the one corresponding to the current working directory). The second is an optional command to be run in the current package.

Commands are run via concurrently, so they may be specified using compatible syntax (eg, a serve script that builds all dependencies in watch mode and spins up a development server might look like nx-spawn npm:build-watch npm:_serve)

Readme

Keywords

none

Package Sidebar

Install

npm i @eternagame/nx-spawn

Weekly Downloads

46

Version

1.0.1

License

BSD-3-Clause

Unpacked Size

9.3 kB

Total Files

7

Last publish

Collaborators

  • eterna-infra
  • tkaragianes
  • luxaritas