https://github.com/stuartleeks/positronium
https://github.com/stuartleeks/positronium
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stuartleeks/positronium
- Owner: stuartleeks
- License: mit
- Created: 2017-10-22T19:13:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T15:08:01.000Z (over 8 years ago)
- Last Synced: 2025-05-15T11:13:54.368Z (about 1 year ago)
- Language: PowerShell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# positronium
A set of miscellaneous PowerShell utilities bundled up in a module.
## Requirements
positronium works with either full [PowerShell (v5+)](https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell?view=powershell-5.1) or [PowerShell 6 (xplat, "PowerShell Core")](https://docs.microsoft.com/en-us/powershell/azure/install-azurermps-maclinux?view=azurermps-4.4.1#step-1-install-powershell-6-beta)
## Installation
To install positronium, run `Install-Module -Name positronium -Scope CurrentUser` from powershell.
## Documentation
See the [documentation](docs/README.md) for details on the commands in positronium.
## Changelog
### v0.0.4 (Published 2017-10-23)
Add ConvertFrom-Base64 and ConvertTo-Base64
Add comment help (you can now `Get-Help ConvertFrom-Base64`)
### v0.0.1 (Published 2017-10-23)
Initial version (`ConvertFrom-Tabular`)