jfishe / dotfiles-win10

Manage dotfiles on Windows 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DotFilesWin10

Requirements

Install-Script -Name Install-RequiredModule

Building your module

  1. run Install-RequiredModule

  2. add .ps1 script files to the Source folder

  3. run Build-Module .\Source

  4. compiled module appears in the Output folder

Versioning

ModuleBuilder will automatically apply the next semver version if you have installed gitversion.

To manually create a new version run Build-Module .\Source -SemVer 0.0.2

Additional Information

https://github.com/PoshCode/ModuleBuilder

About

Manage dotfiles on Windows 10

License:MIT License


Languages

Language:PowerShell 100.0%