KirkMunro / FormatPx

Better Formatting in PowerShell
Apache License 2.0
73 stars 5 forks source link

I'd love to see the source for this! #1

Closed jazzdelightsme closed 9 years ago

jazzdelightsme commented 9 years ago

FormatPx is awesome. I have some experience monkey-patching the formatting commands, and I would love to see your approach. Are you sharing the source anywhere?

Thanks!

KirkMunro commented 9 years ago

Thanks, I'm glad you like it! All source is on GitHub in this project. The master branch contains the unsigned script module, and if I ever have changes checked in but not released yet, they will be there. The release branch contains the latest signed release, and the assembly contains the Visual Studio solution for the binary module. I follow this model for all my modules on GitHub. Have a look at the assembly source and let me know what you think!

KirkMunro commented 9 years ago

Note, that should say the assembly branch, not just the assembly. Sorry if this caused any confusion.

jazzdelightsme commented 9 years ago

Ah, I didn't think to look in a different branch. Thank you!

(that's a neat trick for keeping both source and binary releases as part of the same repo--thank you for that, too!)

KirkMunro commented 9 years ago

You're welcome!