GithubHelp home page GithubHelp logo

dotnet-tools's Introduction

dotnet-tools

A list of tool extensions for .NET Core Command Line (dotnet CLI).

These tools can be installed by executing

dotnet tool install -g $packageId

After installing, the tool should be available by running

$commandName

You don't need to run "dotnet $commandName", just $commandName

The CLI also supports an older format called "project tools" or <DotNetCliToolReference>. A list of project tools is available here.

Pro-tip: global tools do not need to be named "dotnet-*". This is only a convention used some authors as a way to indicate a package is meant to be a command line tool, and not a normal library reference.

Command Package Id Author Description
certes dotnet-certes @fszlin CLI tool for acquire certificates via the Automated Certificate Management Environment (ACME) protocol (example: LetsEncrypt.org) GitHub
coverlet.console coverlet @tonerdo Coverlet is a cross platform code coverage library for .NET Core, with support for line, branch and method coverage. GitHub
csproj-to-2017 Project2015To2017.Cli @hvanbakel CLI tool for converting old csproj files to the new VS2017 csproj format GitHub
dmd5 dmd5 @Rwing Just generate MD5 hash value in CLI. GitHub
docker-watch docker-watch @nickvdyck A command line utiltiy to notify docker mounted volumes about changes on Windows. GitHub
docs dotnet-doc @spboyer Search docs.microsoft.com using the command line. GitHub
dotnet-aop dotnet-aop @ignatandrei A tool to make AOP for .cs files for your CI pipeline. GitHub
dotnet-aspnet-codegenerator dotnet-aspnet-codegenerator @aspnet Code generation tool for creating controllers, views, and models in ASP.NET Core projects. GitHub
dotnet-cake Cake.Tool @cake-build A tool to run cross platform Cake build scripts. GitHub
dotnet-config2json dotnet-config2json @andrewlock A simple tool to convert a web.config file to an appsettings.json file. GitHub
dotnet-cowsay dotnet-cowsay @isaac2004 CLI Tool that gives a a random blog post from discoverdot.net in cowsay format. GitHub
dotnet-dbinfo dotnet-dbinfo @berkid89 A simple cross-platform command-line tool for get useful database information (in json format). GitHub
dotnet-depends dotnet-depends @mholo65 Dependency explorer for .NET. Github
dotnet-fm FluentMigrator.DotNet.Cli @FluentMigrator FluentMigrator: Is a database migration framework for .NET much like Ruby on Rails Migrations. GitHub
dotnet-hash TheBlueSky.DotNet.Tools.SwiftHash @TheBlueSky A simple dotnet tool to calculate hashes for the given file. GitHub
dotnet-ignore dotnet-ignore @Arasz Global .NET Core tool that can download .gitignore file from github gitignore repository. GitHub
dotnet-outdated dotnet-outdated @jerriep A .NET Core global tool to display outdated NuGet packages in a project. GitHub
dotnet-retire dotnet-retire @johnkors A dotnet CLI extension to check your project for known vulnerabilities. GitHub
dotnet-script dotnet-script @filipw @seesharper Run C# scripts from the .NET CLI. GitHub
dotnet-search dotnet-search @billpratt Search for Nuget packages using the .NET Core CLI. GitHub
dotnet-serve dotnet-serve @natemcmaster A simple command line HTTP server, not code required. GitHub
dotnet-sonarscanner dotnet-sonarscanner @SonarSource The SonarScanner for MSBuild is the recommended way to launch a SonarQube or SonarCloud analysis for projects/solutions using dotnet command as build tool. GitHub
dotnet-sshdeploy dotnet-sshdeploy @Unosquare A dotnet CLI command that enables quick deployments over SSH. GitHub
dotnet-thx DotnetThx @krystiankolad Find authors of packages you are using in you project and visit their GitHub. Github
dotnet-xdt dotnet-xdt @nil4 Global tool for applying XML Document Transformations to .NET configuration files, or any other XML-structured content. GitHub
dotnetrsa dotnetrsa @stulzq Generate rsa pkcs1, pkcs8, xml format key. Conversion between the three formats. GitHub
flubu FlubuCore.GlobalTool @FlubuCore Fluent Builder. A cross platform build automation tool for building projects and executing deployment scripts using C# code. GitHub
ghi github-issues-cli @jerriep A simple command-line client for managing GitHub Issues. GitHub
giphy GiphyCli @DavidDeSloovere Find that giphy fast and just copy the url or markdown. GitHub
git-status git-status-cli @jerriep A simple command-line utility to determine status of all Git repositories in a directory structure. GitHub
html-copy-vscode HtmlCopyVSCode @slang25 A global tool to convert snippets copied from VS Code into plain html to paste into your blog. GitHub
LocalAppVeyor localappveyor @joaope .NET Core global tool which brings appveyor.yml to the center of your build process by making possible to execute its build jobs, locally. GitHub
nuke Nuke.GlobalTool @nuke-build Run and setup NUKE builds with a single command on any platform ๐Ÿš€ GitHub
NuKeeper NuKeeper @AnthonySteele Find outdated NuGet packages and apply updates to them. GitHub
nyancat nyancat @nickvdyck Nyancat ๐Ÿ˜ป in your terminal, rendered through ANSI escape sequences. A port of the orignal terminal application to make this cat run on dotnet core. ๐Ÿฑโ€๐Ÿ GitHub
protogen protobuf-net.Protogen @mgravell protobuf-net code-generation from .proto schema files. GitHub
reportgenerator dotnet-reportgenerator-globaltool @danielpalme ReportGenerator converts XML reports generated by OpenCover, PartCover, dotCover, Visual Studio, NCover or Cobertura into human readable reports in various formats. GitHub
rider dotnet-rider-cli @markrendle Windows only Adds a rider command to launch JetBrains Rider when it's installed via Toolbox. GitHub
sleet Sleet @emgarten A static NuGet feed generator. GitHub
srihash srihash-cli @natemcmaster Generates the SRI hash for <script> tags in browsers GitHub
unpkg RendleLabs.UnpkgCli @markrendle Front-end package manager that uses the unpkg.com CDN as a source. No Node.js, NPM or Bower required. GitHub
versioninfo dotnet-versioninfo @taylorjg Display version information of .NET Core assemblies. GitHub
weeknumber weeknumber @MarkusLund Prints the current weeknumber to the command line. GitHub
xscgen dotnet-xscgen @mganss Generate XmlSerializer compatible C# classes from XML Schema files. GitHub

dotnet-tools's People

Contributors

natemcmaster avatar spboyer avatar markrendle avatar seesharper avatar jerriep avatar johnkors avatar stulzq avatar slang25 avatar rwing avatar vandycknick avatar isaacrlevin avatar andrewlock avatar ignatandrei avatar bjorkstromm avatar matkoch avatar mganss avatar miguelerm avatar mikom avatar normj avatar caveman-dick avatar neftedollar avatar latop2604 avatar estalldecker avatar mzorec avatar nil4 avatar secana avatar khalidabuhakmeh avatar joaope avatar theangrybyrd avatar hvanbakel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.