I created this powershell script to be able to report my work simply and fast. I wanted to have something very easy to maintain without complicated or additional setup.
The Woporter is a script which contains full logic for simple work reporting. The data are stored as xml files locally in scripts' root directory or subdirectory
- Download 'woporter.ps1' PS script file together with 'ProjectNames.xml' and 'Reporter.xml' files.
- Update the content of 'Reporter.xml' file where you can change a name of a reporter.
- Update the content of 'ProjectNames.xml' file where you can define names of your projects.
- [OPTIONAL] Put the directory where you saved the script into the system environment 'Path'. This way you can call the script as a program directly from your powershell/terminal sesssions.