cuaklabs / nx-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

Cuaklabs Nx plugin

Nx plugin with custom nx executors

Documentation

Executors

run-commands-interactive

Runs multiple commands in child processes piping stdin to the current process.

Options

  • commands (string[]): array of commands to run
  • cwd (optional, string): working directory. The workspace root folder is used by default.
  • parallel (optional, boolean): true to run commands in parallel. False by default.

About

License:The Unlicense


Languages

Language:TypeScript 65.3%Language:JavaScript 33.6%Language:Shell 1.1%