Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.57 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.57 KB

DOTNETPS

A tool that helps you check your dotnet processes, aka alias for pgrep dotnet | xargs ps -p on Unix or Get-Process dotnet on Windows.

.NET global tools are a new feature in .NET 2.1, which is currently in preview.

Installing

Install .NET Core CLI at least 2.1 from microsoft.com.

Then run:

dotnet install tool -g dotnetps

Running

Run dotnetps from the command line, for example:

dotnetps

Testing install during development

Just cd to src/dotnetps and run dotnet pack -C Release -o ../nupkg.

Then cd to dotnetps/nupkg and run dotnet install tool -g dotnetps.

Feature

Add ASP.NET to the dotnetps output when given aspnet argument.

Maintainers/Core team

Contributors can be found at the contributors page on Github.

Contact

Use Twitter.

License

This software is open source, licensed under the Apache License, Version 2.0. See LICENSE.txt for details. Check out the terms of the license before you contribute, fork, copy or do anything with the code. If you decide to contribute you agree to grant copyright of all your contribution to this project, and agree to mention clearly if do not agree to these terms. Your work will be licensed with the project at Apache V2, along the rest of the code.