A few weeks ago I started writing a PowerShell module for the SCRUM methodology supporting online service named Trello.
To give you an idea, here’s a screenshot 3 days into this project:
I’m happy to announce that I’ll be releasing this module during the PowerShell Conference EU 2016 event.
If you’re into Windows PowerShell and haven’t registered for the event yet, I strongly suggest you take a look at the website and decide accordingly 😉
Hope to see you there! 🙂
Jeff,
Did you release your Trello module and if so, where might one find it?
Thanks,
Mike
Hi Mike,
On a system with PowerShell v4 or later, do the following: Find-Package TrellOps | Install-Module
You can also take a look at the GitHub repository if you have an older version of Windows PowerShell: https://github.com/MethosIT/TrellOps
Does this help?
Jeff.
Perfect. Thanks Jeff. Much appreciated.