aspnetcore/samples/dotnet-watch/LaunchAnyCommand
Nate McMaster 26d9ef2ad7
Upgrade to netcoreapp3.0
2018-07-03 14:52:59 -07:00
..
LaunchAnyCommand.csproj Upgrade to netcoreapp3.0 2018-07-03 14:52:59 -07:00
README.md Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
package.json Add samples and update READMEs (#275) 2017-03-15 09:29:05 -07:00
say-hello.js Add samples and update READMEs (#275) 2017-03-15 09:29:05 -07:00

README.md

Launch any command with dotnet-watch

Prerequisites

  1. Install .NET Core command line. https://dot.net/core
  2. Install NodeJS. https://nodejs.org

Usage

Open a terminal to the directory containing this project.

dotnet watch msbuild /t:RunMyNpmCommand

Changing the .csproj file, or the say-hello.js file will cause dotnet-watch to re-run the 'RunMyNpmCommand' target in MyApp.csproj.