Coder Social home page Coder Social 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.

๐Ÿ’ก Global tools do not need to be named "dotnet-*". This is only a convention used by some authors as a way to indicate a package is meant to be used as part of the dotnet command line tool, and not a standalone tool or library reference.

Command Package Id Author Description
aistdoc Aistant.DocImport @korzh Generates an API reference docs for .NET code (based on XML Documentation comments) and publishes them on the web
altcover altcover.global @SteveGilham Cross-platform code line and branch coverage tool-set for .net core/.net framework/mono
altcover.visualizer altcover.visualizer @SteveGilham Code coverage display tool to show which parts of your code aren't being covered. Requires GTK+3 installed separately
azuresigntool azuresigntool @vcsjones Code sign your files using an Authenticode certificate stored in Azure Key Vault GitHub
certes dotnet-certes @fszlin CLI tool for acquire certificates via the Automated Certificate Management Environment (ACME) protocol (example: LetsEncrypt.org) GitHub
cleanup dotnet-cleanup @sebnilsson .NET Core Global Tool for cleaning up solution, project or folder. GitHub
coverlet coverlet.console @tonerdo Coverlet is a cross platform code coverage library for .NET Core, with support for line, branch and method coverage. GitHub
dmd5 dmd5 @Rwing Just generate MD5 hash value in CLI. GitHub
docker-watch docker-watch @nickvdyck A command line utility 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-eb Amazon.ElasticBeanstalk.Tools @aws Tools to deploy ASP.NET Core apps to AWS Elastic Beanstalk. Global tool started at version 3.0.0. Github
dotnet-ecs Amazon.ECS.Tools @aws Tools to deploy containers to Amazon Elastic Container Service functions. Global tool started at version 3.0.0. Github
dotnet-encrypto dotnet-encrypto @tomchavakis A tool to encrypt/decrypt folder or files using AES 256 Encryption Algorithm Github
dotnet-fm FluentMigrator.DotNet.Cli @FluentMigrator FluentMigrator: Is a database migration framework for .NET much like Ruby on Rails Migrations. GitHub
dotnet-fsharplint FSharpLint @fsprojects Lint tool for F#. GitHub
dotnet-gitversion GitVersion.Tool @GitTools Easy Semantic Versioning (http://semver.org) for projects using Git. 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-install QB.DotNetCoreInstaller @jaurenq Provides capabilities for installing a .NET Core shared runtime. Github
dotnet-lambda Amazon.Lambda.Tools @aws Tools to deploy AWS Lambda functions. Global tool started at version 3.0.0. Github
dotnet-migrate-2017 Project2015To2017.Migrate2017.Tool @hvanbakel Tool for converting a MSBuild project file (csproj) to VS2017 format and beyond. GitHub
dotnet-nuget-gc dotnet-nuget-gc @terrajobst A tool for cleaning the NuGet cache. GitHub
dotnet-obfuscar Obfuscar.GlobalTool @lextm A .NET Core global tool to obfuscate assemblies. GitHub
dotnet-outdated dotnet-outdated @jerriep A .NET Core global tool to display outdated NuGet packages in a project. GitHub
dotnet-property dotnet-property @pwelter34 .NET Core command-line (CLI) tool to update project properties and version numbers on build. GitHub
dotnet-retire dotnet-retire @johnkors A dotnet CLI extension to check your project for known vulnerabilities. GitHub
dotnet-runas dotnet-runas @NikolayPianikov Allows to run a dotnet process under a specified user account. 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, no code required. GitHub
dotnet-snow dotnet-snow @ptupitsyn Avalonia-based cross-platform graphical snow demo. 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-symbol dotnet-symbol @microsoft Symbols download utility.
dotnet-t4 dotnet-t4 @mhutch T4 text template processor. 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
efg EntityFrameworkCore.Generator @pwelter34 .NET Core command-line (CLI) tool to generate Entity Framework Core model from an existing database. GitHub
fake fake-cli @fsharp F# MAKE 5 - A DSL FOR BUILD TASKS AND MORE. 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-browse git-browse @nickvdyck Open the GitHub page or website for a repository in your browser. GitHub
git-istage git-istage @terrajobst A better git add -p. GitHub
git-status git-status-cli @jerriep A simple command-line utility to determine status of all Git repositories in a directory structure. GitHub
gti gti @shaun-h Global tool for installing .Net Global tools from a tools.gti file. 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
idgen IdentifierGenerator @abock idgen supports the bulk generation of various types of unique identifiers. GitHub
kubedmc kubedmc @mimetis Navigate into your favorite Kubernetes cluster with one finger ! GitHub
libman Microsoft.Web.LibraryManager.CLI @aspnet LibMan is a tool that helps you download common libraries from the Internet to use in your web project. 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
minver-cli minver-cli @adamralph A minimalistic .NET package for versioning .NET SDK-style projects using Git tags. GitHub
nbgv nbgv @AArnott A .NET Core Tool that can install, read and set version information based on git history, using Nerdbank.GitVersioning. GitHub
ndjson ndjson @fredeil A dotnet cli tool for printing newline delimited json to console. GitHub
NuGetKeyVaultSignTool NuGetKeyVaultSignTool @onovotny Code sign your .nupkg files using an Authenticode certificate stored in Azure Key Vault GitHub
nuget-deploy NuGetUtils.Tool.Deploy @stazz Restore NuGet package if needed, and deploy it in a specified folder, by copying assemblies of the NuGet dependencies, or by generating appropriate .deps.json and .runtimeconfig.json files GitHub
nuget-exec NuGetUtils.Tool.Exec @stazz Restore NuGet package if needed, and execute a method within its assembly, loading dependencies as needed on-the-fly. Custom method parameter types are also supported. GitHub
nuget-restore NuGetUtils.Tool.Restore @stazz Restore one or more NuGet package, if needed. 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 original terminal application to make this cat run on dotnet core. ๐Ÿฑโ€๐Ÿ GitHub
otterkeys OtterKeys @natsuo Quickly create Ed25519 key pairs for signing and verifying messages or other data. GitHub
pbm pbm @petabridge Petabridge.Cmd CLI for managing Akka.NET applications and clusters 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
sysinfo Elemental.SysInfoTool @markpflug Outputs system information. GitHub
tcpmux TcpMux @nicodeslandes TCP Multiplexer; provide simple routing of TCP traffic as well as SSL re-encryption and off-loading. GitHub
trx2junit trx2junit @gfoidl Transforms XML from trx-Testresults to JUnit-Testresults / trx to JUnit XML. 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
upforgrabs upforgrabs @spboyer A tool to select a random .NET Open Source project/issue tagged with "up-for-grabs","firsttimer", etc. to work on. 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

Watchers

 avatar  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.