Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pcgeek86/psnuget
- Owner: pcgeek86
- Created: 2015-07-20T20:51:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T19:10:15.000Z (over 9 years ago)
- Last Synced: 2024-11-19T19:05:50.342Z (2 months ago)
- Language: PowerShell
- Size: 160 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.