GitXplorerGitXplorer
n

dotnet-globaltool-templates

public
23 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
8a5050dc4093862a43c27bc2e712114bdbbc4c3a

Add more tests

nnatemcmaster committed 7 years ago
Unverified
2a00300336c0560a40cdf9835c7abcb6deaacc30

Updates for preview2

nnatemcmaster committed 7 years ago
Unverified
8bf63126fd89b6946ba0027892cd8e2af673cec3

Update README [ci skip]

nnatemcmaster committed 7 years ago
Unverified
6c8ba6a83e6fe9a11c7dad1258438f997a2a42e0

Add NETCorePlatformsImplicitPackageVersion

nnatemcmaster committed 7 years ago
Unverified
8e22f16491d63108764060ecf3c2e6c5b3a1b82b

Remove workaround and use PackAsTool=true

nnatemcmaster committed 7 years ago
Unverified
45dc3c626e7f029f3a526399f0e3744cc7cf6ce9

Include DotnetToolSettings.xml in publish output

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