2.0.0 • Published 2 years ago

dotnet-run v2.0.0

Weekly downloads
119
License
MIT
Repository
github
Last release
2 years ago

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.

2.0.0

2 years ago

2.0.0-beta.2

2 years ago

2.0.0-beta.3

2 years ago

2.0.0-beta.1

3 years ago

2.0.0-beta.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

1.0.0-rc.3

6 years ago

1.0.0-rc.2

6 years ago

1.0.0-rc.1

6 years ago