2.0.0 • Published 12 months ago

dotnet-run v2.0.0

Weekly downloads
119
License
MIT
Repository
github
Last release
12 months 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

12 months ago

2.0.0-beta.2

1 year ago

2.0.0-beta.3

1 year ago

2.0.0-beta.1

2 years ago

2.0.0-beta.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

5 years ago

1.0.0-rc.3

5 years ago

1.0.0-rc.2

5 years ago

1.0.0-rc.1

5 years ago