/node-powershell

Easily run PowerShell from your NodeJS app

Primary LanguageTypeScriptMIT LicenseMIT

NbSH

🔗 Node.js bindings for shell (NbSH)

npm@latest npm@next

GitHub Workflow Status Coverage NPM Downloads GitHub Stars

Jest Lerna Prettier License

Become a patron

 

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.

NbSH 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 NbSH on the official site!

Contributing

Development of NbSH 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 NbSH are visible on its Trello board. These plans are subject to frequent changes, and will be greatly affected by your feedback.

License

NbSH © is MIT licensed.
Created by rannn505.