cliHelper.xconvert
0.1.2
A module to convert stuff.
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
Alain Herve (c) 2024. All rights reserved.
Package Details
Author(s)
- alain
Tags
Functions
Dependencies
This module has no dependencies.
Release Notes
# Changelog
- Now [xconvert]::LocalizedData works anywhere.
- Added encoder/decoder utility classes: Base85, Base58 and Base16
***
## Manual install guide
1. [Click here](https://github.com/alainQtec/cliHelper.xconvert/releases/download/v<versionToDeploy>/cliHelper.xconvert.zip) to download the *PsImport.zip* file attached to the release.
2. **If on Windows**: Right-click the downloaded zip, select Properties, then unblock the file.
> _This is to prevent having to unblock each file individually after unzipping._
3. Unzip the archive.
4. (Optional) Place the module folder somewhere in your PSModulePath.
> _You can view the paths listed by running the environment variable $Env:PSModulePath_
5. Import the module, using the full path to the PSD1 file in place of cliHelper.xconvert if the unzipped module folder is not in your PSModulePath:
`powershell
# In Env:PSModulePath
Import-Module cliHelper.xconvert
# Otherwise, provide the path to the manifest:
Import-Module -Path Path\to\cliHelper.xconvert\<versionToDeploy>\cliHelper.xconvert.psd1
`
FileList
- cliHelper.xconvert.nuspec
- cliHelper.xconvert.psd1
- cliHelper.xconvert.psm1
- LICENSE
- en-US\cliHelper.xconvert.strings.psd1
- Private\Readme.md
- Public\New-Converter.ps1
- Private\cliHelper.xconvert.Utils\cliHelper.xconvert.Utils.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.3 | 9 | 10/31/2024 |
0.1.2 (current version) | 7 | 10/28/2024 |
0.1.1 | 6 | 10/27/2024 |
0.1.0 | 8 | 10/7/2024 |