runner
runner 0.11.0
  Package Managers    bun, pnpm
  Task Runners        turbo, just
  Node                22 (.nvmrc), current v22.11.0 (ok)
  Monorepo            yes

  package.json    build               compile the thing
  package.json    test                run tests
  package.json    dev                 start dev server
  justfile        ci, fmt, release
  justfile (aliases) b  build, t  test

run test
› bun test 

Package managers · 12

  • npm
  • yarn
  • pnpm
  • bun
  • cargo
  • deno
  • uv
  • poetry
  • pipenv
  • go
  • bundler
  • composer

Task runners · 7

  • turbo
  • nx
  • make
  • just
  • go-task
  • mise
  • bacon

Task sources · 8

  • package.json
  • turbo.json(c)
  • Makefile
  • justfile
  • Taskfile
  • deno.json(c)
  • bacon.toml
  • mise.toml

nx is detection-only for now.