dotnet-websharper / dotnet-ws

The `dotnet ws` tool
Apache License 2.0
1 stars 3 forks source link

WebSharper 5 dotnet tool #1

Closed Jand42 closed 3 years ago

Jand42 commented 3 years ago

It would be nice to have a small "ws.exe" command line tool (packaged as a dotnet-tool), that can manage running WS5 services:

Later we can add more functionality, like ws update (updates all WebSharper.* packages and tooling for people not using Paket), ws watch (auto-build on file changes), etc.

Also, on booster: if multiple services are running and current one is not the latest version, we could print a message about it (just for detailed log, not an MSBuild warning)