PSTeachingTools
4.3.0
A set of commands and tools for teaching PowerShell. This module is used in my beginning PowerShell courses from Pluralsight.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2016-2024 JDH Information Technology Solutions, Inc. All rights reserved.
Package Details
Author(s)
- Jeff Hicks
Tags
training teaching tutorial demo
Functions
Get-Vegetable New-Vegetable Set-Vegetable Remove-Vegetable Start-TypedDemo
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## 4.3.0
### Added
- Added a table view of vegetable objects called Color. This uses a new global variable called AnsiVegColor.
- Added an alias State for the CookedState property on vegetable objects.
### Changed
- Update vegetable JSON file to use proper casing for vegetable names.
- General code cleanup
- Modified root module to use the cooked state from the JSON data file on module import. This is technically a breaking change, but since it happens on module import, this shouldn't affect the end-user. The underlying class definition was not changed. [Issue #12](https://github.com/jdhitsolutions/PSTeachingTools/issues/12)
- Updated README.md.
- Help updates.
### Fixed
- Fixed broken online help links.
FileList
- PSTeachingTools.nuspec
- Changelog.md
- PSTeachingTools.psm1
- assets\get-vegetable.jpg
- assets\set-vegetable.jpg
- code\New-Vegetable.ps1
- code\psteachingtools.cs
- code\Remove-Vegetable.ps1
- code\Start-TypedDemo.ps1
- code\Vegetables.ps1
- docs\Get-Vegetable.md
- docs\New-Vegetable.md
- docs\Remove-Vegetable.md
- docs\Set-Vegetable.md
- docs\Start-TypedDemo.md
- en-us\about_PSTeachingTools.help.txt
- en-us\psteachingtools-help.xml
- formats\vegetable.format.ps1xml
- samples\sampledemo.txt
- samples\sampledemo2.txt
- LICENSE.txt
- PSTeachingTools.psd1
- README.md
- assets\mkformat.ps1
- code\Get-Vegetable.ps1
- code\plu.csv
- code\rawveggies.json
- code\Set-Vegetable.ps1
- code\vegetable-class.ps1
- docs\about_PSTeachingTools.md