GitXplorerGitXplorer
n

dotnet-globaltool-templates

public
23 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
aa9fee12b7406aaf416274a807c5b5ad40ffebf8

Update README [ci skip]

nnatemcmaster committed 7 years ago
Unverified
6957666d058b272e843238c5a3795d93e6b06f11

Ensure the temporary version doesn't end up on myget

nnatemcmaster committed 7 years ago
Unverified
8aec7c678e0154861566d16fe1fb895978a936fd

Add tools to path on test machine

nnatemcmaster committed 7 years ago
Unverified
cadc077368276886e4fc0b774fca71733c9e035d

Install dotnet 2.1.300-preview1 on AppVeyor machine

nnatemcmaster committed 7 years ago
Unverified
24da3f0b2c3f4f05add96f67563f15a3913a6d07

Less-strict powershell scripts

nnatemcmaster committed 7 years ago
Unverified
4122fcfda2159150c20f8abc673770db56688ae3

Create a template for .NET Core global tools

nnatemcmaster committed 7 years ago

README

The README file for this repository.

.NET Core Global Tool Template

This project contains templates for creating .NET Core Global tools.

Usage

Install the templates package

dotnet new --install McMaster.DotNet.GlobalTool.Templates

Create a new project

dotnet new global-tool

Options:

--no-restore        If specified, skips the automatic restore of the project on create.
                    bool - Optional
                    Default: false

-cn|--command-name  The name of the global command. This is what users will type to invoke this tool once it is installed.
                    text - Optional
                    Default: my-tool