JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 41
  • Score
    100M100P100Q70112F
  • License MIT

Run Mono and .NET programs easily on all platforms.

Package Exports

  • dotnet-run
  • dotnet-run/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dotnet-run) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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');

run('hello.dll', ['javascript', 'typescript'], process.exit);

Terminal

$ dotnet-run hello.dll javascript typescript

Hello, javascript and typescript!

Contributing

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