Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pcgeek86/psnuget

A PowerShell module to assist with creating and managing NuGet packages.
https://github.com/pcgeek86/psnuget

Last synced: 4 days ago
JSON representation

A PowerShell module to assist with creating and managing NuGet packages.

Awesome Lists containing this project

README

        

# PoshNuGet Module

# Introduction

The purpose of this PowerShell module is to provide a wrapper around the NuGet executable, using a PowerShell-friendly interface.

The author of this module is Trevor Sullivan, a [Microsoft MVP](https://mvp.microsoft.com/en-us/PublicProfile/5000728) for Windows PowerShell.

# Commands

## New-NuspecFile

This command creates a new Nuspec file.

## New-NuGetPackage

This command creates a NuGet package (.nupkg) file based upon a .nuspec file.

## Push-NuGetPackage

This command pushes a NuGet package file to a NuGet feed.

## Remove-NuGetPackage

This command removes a NuGet package file from a NuGet feed.