Monorepo Run Versions Save

Run scripts in monorepo with colors, streaming and separated panes

v0.4.2

4 years ago

New

  • Default 200ms throttle with --stream

Fixed

  • --stream not applied
  • restore terminal cursor on exit

v0.4.1

4 years ago

Fixed

  • UI: color code desync

v0.4.0

4 years ago

New

  • add monorepo-run bin so it can be used with npx monorepo-run
  • display tasks status with a list of tasks

Screenshot from 2019-10-25 19-50-35

  • limit maximum number of concurrent tasks with --concurrency, closes #5
  • UI: improved status

Screenshot from 2019-10-25 19-53-02

v0.3.1

4 years ago

Fixed in v0.3.0

  • ui: refactored for much better performance and lower CPU usage

Fixed

  • remove buggy line delete (upstream issues)

v0.2.1

4 years ago

New

  • improved summary
  • detect and use yarn run
  • help message

Fixed

  • update node-pty to support node 12
  • size pty correctly
  • emoji support
  • improved ansi escape seqs handling
  • better error message
  • use neo-blessed
  • ui: catch error
  • ui: shells width
  • ui: strip unsupported ANSI escape sequences

v0.2.0

4 years ago

New

Enable UI layouts with the --ui flag:

mono-run lint --ui row

mono-run-ui

v0.1.3

4 years ago

Fixed

  • KILL THEM ALL: sync terminate + detached worker

v0.1.2

4 years ago

Fixed

  • output buffer if code != 0
  • remove unnecessary terminate logic

v0.1.1

4 years ago

New

  • better ouput printing

Fixed

  • output issues
  • crash when no patterns
  • patterns option parsing
  • better process handling