Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

maartenba/dotnetcli-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-init

.NET CLI tool to initialize NuGet metadata in a .csproj file.

This utility will walk you through initializing NuGet metadata in the current project. It only covers the most common items, and tries to guess sensible defaults.

Full reference for NuGet properties in .csproj is available from Microsoft.

How to get it? From NuGet of course!

Edit your .csproj and add:

<ItemGroup>
	<DotNetCliToolReference Include="DotNetInit" Version="*" />
</ItemGroup>

How to run it?

dotnet init

dotnet init

About

.NET CLI tool to initialize NuGet metadata in a .csproj file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages