UtilitiesPS
0.1.1
A collection of utility functions.
Installation Options
Owners
Copyright
(c) 2018 Chris Forbes. All rights reserved.
Package Details
Author(s)
- Chris Forbes
Tags
Functions
Measure-Directory New-Credential New-Directory Remove-Directory Remove-File Test-Command
Dependencies
This module has no dependencies.
Release Notes
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [v0.1.1] (2018-12-08)
### Added
- Add setting to disable help generation
### Changed
- Disable catalog generation
## [v0.1.0] (2018-12-07)
### Added
- Add module scaffolding
- Add `Test-Command` function
- Add `New-Directory`, `Measure-Directory` and `Remove-Directory` functions
- Add `New-Credential` function
[Unreleased]: https://github.com/kitforbes/UtilitiesPS/compare/v0.1.1...HEAD
[v0.1.1]: https://github.com/kitforbes/UtilitiesPS/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/kitforbes/UtilitiesPS/compare/1e5f30c...v0.1.0
FileList
- UtilitiesPS.nuspec
- UtilitiesPS.psd1
- UtilitiesPS.psm1
- private\Get-ObjectMember.ps1
- private\Write-LogMessage.ps1
- public\Measure-Directory.ps1
- public\New-Credential.ps1
- public\New-Directory.ps1
- public\Remove-Directory.ps1
- public\Remove-File.ps1
- public\Test-Command.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.2 | 332 | 5/16/2020 |
0.1.1 (current version) | 132 | 12/8/2018 |
0.1.0 | 22 | 12/7/2018 |