Skip to content

Lambda3/dotnetps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages