GitXplorerGitXplorer
n

dotnet-globaltool-templates

public
23 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
87b6fe7c4f3f7b96ff3ed921b43be363d5c3105d

Finish first stable version of the templates

nnatemcmaster committed 7 years ago
Verified
531087eddf8f533da6647729913bf4404e307ba2

Fix API error

nnatemcmaster committed 7 years ago
Verified
da7ccda57e4b84be5934fa4fc58cc8723a015a7a

Attempt to fix build number

nnatemcmaster committed 7 years ago
Verified
dcc6c8299ecacc8d6fa513327a6db6022e0c6fdd

Update for rc1

nnatemcmaster committed 7 years ago
Unverified
49ccaaecb19ce830984ee64b9002ef6cfbae2e3e

Update templates README

nnatemcmaster committed 7 years ago
Unverified
d78ddd8d7b3c720867bfc28087ad4330e2d43909

Pass in build version to script

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