Node.js binding for PowerShell


Keywords
child-shell, node-shell, node-powershell, powershell, windows powershell, powershell core, pwsh, node-ps, ps, microsoft, spwan, cmd, command, script, commandline, shell, terminal, cross-platform, unix, linux, macos, windows, bash, child-process, nodejs
License
MIT
Install
npm install node-powershell@5.0.1

Documentation

child-shell

Child Shell

Node.js bindings 🔗 for shell

npm@latest npm@next

GitHub Workflow Status Jest Prettier

NPM Downloads GitHub Stars License

 

About

Node.js is one of the successful, widely-used, and popular open-source projects on this earth. It was created to allow it's users to run JavaScript everywhere.

Shell is the most usable user program on any computer, it is an integral part of our work and almost every task starts and ends with a command execution. It was created to allow it's users to interact with their OS.

child-shell creates a comprehensive binding between the two, exposes a proven yet easy API to interact with any shell directly from node runtime. Combine JavaScript code with shell based scripts to complete any type of task you ever imagined.

Documentation

Learn about using child-shell on the official site!

Contributing

Development of child-shell happens transparently on its GitHub repo.
Read the contributing guide to learn how to propose bugfixes and improvements, and how to build and test your changes.
Future plans for child-shell are visible on its board. These plans are subject to frequent changes, and will be greatly affected by your feedback.

License

child-shell © is MIT licensed.
Created by rannn505.