Skip to content

A powershell module for working with vcpkg manifest files

License

Notifications You must be signed in to change notification settings

Chemiseblanc/VcpkgManifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

VcpkgManifest.psm1

A powershell module for manipulating vcpkg manifest files

Commands

The details for using each command can be retrieved using Get-Help

  • New-VcpkgManifest
  • Update-VcpkgManifest
  • Add-VcpkgDependency
  • Remove-VcpkgDependency
  • Update-VcpkgDependency
  • Read-VcpkgManifest
  • Write-VcpkgManifest

Installation

To install clone the repository into a directory contained in your PSModulePath environment variable.

For example:

Set-Location $HOME\Documents\WindowsPowerShell\Modules
git clone https://github.com/Chemiseblanc/VcpkgManifest.git

License

This module is available under the terms of the MIT Public License. A copy of the license text can be found in the file LICENSE.txt

About

A powershell module for working with vcpkg manifest files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published