Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfishe/dotfiles-win10
Manage dotfiles on Windows 10
https://github.com/jfishe/dotfiles-win10
powershell-module
Last synced: 3 days ago
JSON representation
Manage dotfiles on Windows 10
- Host: GitHub
- URL: https://github.com/jfishe/dotfiles-win10
- Owner: jfishe
- License: mit
- Created: 2020-04-17T20:13:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T16:48:47.000Z (almost 5 years ago)
- Last Synced: 2024-12-14T20:22:43.838Z (about 2 months ago)
- Topics: powershell-module
- Language: PowerShell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DotFilesWin10
## Requirements
```posh
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](https://gitversion.net/docs/).To manually create a new version run `Build-Module .\Source -SemVer 0.0.2`
## Additional Information
https://github.com/PoshCode/ModuleBuilder