@devscholar/node-ps1-dotnet
v0.0.6
Published
Node.js to .NET interop via IPC
Maintainers
Readme
Node PS1 for .NET
⚠️ This project is still in pre-alpha stage, and API is subject to change.
This is a project that mimics the Node API for .NET, aiming to utilize the built-in PowerShell 5.1 in Windows to replace the full high-version .NET runtime, thereby reducing the program's size. Since this project uses IPC instead of C++ Addon, it is compatible not only with Node but also with Deno and Bun.
Requirements
- Node.js 18+ (LTS version recommended)
- PowerShell 5.1 (built-in on Windows 10/11)
- .NET Framework 4.5+ (required by PowerShell 5.1, pre-installed on Windows 10/11)
Note: This project is Windows-only due to its dependency on PowerShell 5.1.
Examples
Please visit the node-ps1-dotnet-examples repository for working examples.
Testing
Please visit the testing.md file for testing instructions.
License
This project is licensed under the MIT License. See the LICENSE file for details.
