Skip to content

0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Dec 12:31
· 45 commits to main since this release

Use command-stream library for command execution in CLI

This update integrates the command-stream library to handle command execution, replacing direct usage of execSync and spawnSync in the main CLI flow. The change provides a more consistent API for running shell commands and better output handling.

Key changes:

  • Added command-stream as a dependency
  • Created a wrapper module for async command execution utilities
  • Refactored printVersion(), runDirect(), and detectRepository() to use command-stream
  • Converted main CLI flow to async for proper integration

Related Pull Request: #37


npm version