dotnet-run
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

dotnet-run

AppVeyor build status NPM package NPM downloads License: MIT Supported platforms

Run .NET programs easily on all platforms

Install

npm install dotnet-run

Usage

JavaScript

const run = require("dotnet-run")

await run("hello.dll", ["javascript", "typescript"])

// => Hello, javascript and typescript!
const { getDotNetPath, installDotNet } = require("dotnet-run")

const dotnet = getDotNetPath()

if (!dotnet) {
    await installDotNet()
}

Contributing

Please report an issue if you encounter a problem, or open a pull request if you make a patch.

Dependencies (2)

Dev Dependencies (1)

Package Sidebar

Install

npm i dotnet-run

Weekly Downloads

27

Version

2.0.0

License

MIT

Unpacked Size

8.06 kB

Total Files

6

Last publish

Collaborators

  • mortend