ste2425 / DotnetRunner

Electron app to manage running multiple .NET Core applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Electron app to manage running multiple Dotnet Core applications.

This is currently in very early pre-release.

Usage

View the wiki for information on how to use this tool.

Getting latest release

The latest release can be donwloaded from https://github.com/ste2425/DotnetRunner/releases/latest

Running Source Code Locally

  • Install dependencies (Note, this can take a while, add -verbose to see further progress): npm i
  • Start App: npm start

Application Image


  • Do expect to be able to run multiple dotnet Apps from a single button click
  • Do expect auto updates based on GitHub releases.
  • Do expect regular updates.
  • Do expect form validation on user input.
  • Do expect some attempt at a partially pretty UI (WIP)
  • Don't expect any validation on user input.
  • Don't expect any graceful error handling.
  • Don't expect any form or pretty UI or intuitive UX.
  • Don't expect anything to be tested. This is in active development so changes should be a regular occurrence.

Watch this space.

About

Electron app to manage running multiple .NET Core applications.

License:MIT License


Languages

Language:JavaScript 82.5%Language:HTML 13.8%Language:CSS 3.7%