ProductivityTools.ConvertTcx2Gpx.psd1
# # Module manifest for module 'module' # # Generated by: pwujczyk # # Generated on: 1/12/2021 9:40:55 PM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.ConvertTcx2Gpx.psm1' # Version number of this module. ModuleVersion = '0.0.2' # ID used to uniquely identify this module GUID = '79bf9cd6-f987-43ac-83c5-1364d780139f' # Author of this module Author = 'Pawel Wujczyk' # Company or vendor of this module CompanyName = 'ProductivityTools' # Copyright statement for this module Copyright = '(c) 2021 pwujczyk. All rights reserved.' # Description of the functionality provided by this module Description = 'Module was created to convert all trainings exported from Endomondo (tcx) to gpx format. It takes directory in which tcx files are placed and convert them to gpx with the GPS Babel utility' # Modules that must be imported into the global environment prior to importing this module RequiredModules = @('7Zip4Powershell') # Functions to export from this module FunctionsToExport = 'ConvertTcx2Gpx' # List of all files packaged with this module #FileList = @('') PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('TCX','GPX','Endomondo','Sports-Tracker') # A URL to the main website for this project. ProjectUri = 'http://productivitytools.tech/import-modulesfromdirectory/' # A URL to an icon representing this module. IconUri = 'http://cdn.productivitytools.tech/images/PT/ProductivityTools_blue_85px_3.png' } # End of PSData hashtable } # End of PrivateData hashtable # HelpInfo URI of this module HelpInfoURI = 'http://productivitytools.tech/import-modulesfromdirectory/' } |