Back to Explore

sindresorhus/powershell-utils

GitHub
1 watchersOpen source

Last release: 4 months ago

powershell-utils provides Node.js helpers for running PowerShell commands on Windows. It includes functions to get the PowerShell executable path, check whether PowerShell is accessible, execute commands (async or sync), and build or encode safe PowerShell arguments (for use with child_process).

Project status

  • The repository appears actively maintained, with upstream pushes as recently as 2026-02-13 and a tagged update (v0.2.0) on 2026-01-25.
  • The apparent update cadence is relatively recent and spaced by a few months, v0.1.0 on 2025-11-15 followed by v0.2.0 on 2026-01-25.

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v0.2.0

    4 months ago

    v0.2.0 adds synchronous PowerShell execution via a new executePowerShellSync export. The implementation also refactors argument construction and introduces a new helper, executePowerShell.createArguments, to build the full PowerShell argument array.

    Features
  • v0.1.0

    6 months ago

    Release v0.1.0 was published on 2025-11-15. The provided release notes contain only a placeholder emoji and do not describe any features, fixes, or changes, so there is no actionable information to assess developer impact.