I just installed and used https://github.com/Davlind/PSColor which was painless. It supports PSGet so you can install easily with Install-Module PSColor to get it.
Note There is an updated fork of PSColor available as Color: https://www.powershellgallery.com/packages/Color/2.1.0 (Thanks @HackSlash) use Install-Module Color to get it
The objects aren’t transformed so they still support piping. (It’s using the New-CommandWrapper mentioned above)
It also supports other things like select-string.
