Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austoonz/convert
Convert simplifies object conversions by exposing common requirements as PowerShell functions.
https://github.com/austoonz/convert
Last synced: about 2 months ago
JSON representation
Convert simplifies object conversions by exposing common requirements as PowerShell functions.
- Host: GitHub
- URL: https://github.com/austoonz/convert
- Owner: austoonz
- License: mit
- Created: 2018-05-07T04:10:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T20:23:49.000Z (6 months ago)
- Last Synced: 2024-06-19T02:30:27.873Z (6 months ago)
- Language: PowerShell
- Homepage:
- Size: 675 KB
- Stars: 31
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Convert
[![Minimum Supported PowerShell Version][powershell-minimum]][powershell-github]
[![PowerShell Gallery][psgallery-img]][psgallery-site][powershell-minimum]: https://img.shields.io/badge/PowerShell-5.1+-blue.svg
[powershell-github]: https://github.com/PowerShell/PowerShell
[psgallery-img]: https://img.shields.io/powershellgallery/dt/Convert.svg
[psgallery-site]: https://www.powershellgallery.com/packages/ConvertBranch | CodeBuild (Windows) | CodeBuild (Linux) | Read the Docs |
--- | --- | --- | --- |
master | ![Build Status][cb-m-windows] | ![Build Status][cb-m-linux] | [![rtd-image][]][rtd-site] |
development | ![Build Status][cb-d-windows] | ![Build Status][cb-d-linux] | --- |[cb-m-windows]: https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoidFJnVXpTYzFvTEJwdWlmbmIyRmduRktWSVVCeldLQzJqYURuOUpYV0tkK2w1eS9KQXJ4K2Y5TWd4VFF1R1RJOWE2S0JXLzZ3MmhLMEV6R083NTAwUTk0PSIsIml2UGFyYW1ldGVyU3BlYyI6IjE1eVJ6bkcrOFhtUk04aFIiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master
[cb-m-linux]: https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiRTN4QUhPbkdFWTZnSEcvNXRhQ21CU0grbVZJcFNKMktUZnhieUNPZkM5ay9ZYVhlU09MbVZWRXdySlM3M21nczFqemd6Tmt2OXg0SW9oRTZHTUpsaS9FPSIsIml2UGFyYW1ldGVyU3BlYyI6IjFPWWRaSWpENlZjQVZRbEsiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master
[cb-d-windows]: https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoidFJnVXpTYzFvTEJwdWlmbmIyRmduRktWSVVCeldLQzJqYURuOUpYV0tkK2w1eS9KQXJ4K2Y5TWd4VFF1R1RJOWE2S0JXLzZ3MmhLMEV6R083NTAwUTk0PSIsIml2UGFyYW1ldGVyU3BlYyI6IjE1eVJ6bkcrOFhtUk04aFIiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=development
[cb-d-linux]: https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiRTN4QUhPbkdFWTZnSEcvNXRhQ21CU0grbVZJcFNKMktUZnhieUNPZkM5ay9ZYVhlU09MbVZWRXdySlM3M21nczFqemd6Tmt2OXg0SW9oRTZHTUpsaS9FPSIsIml2UGFyYW1ldGVyU3BlYyI6IjFPWWRaSWpENlZjQVZRbEsiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=development[rtd-image]: https://readthedocs.org/projects/convert/badge/?version=latest
[rtd-site]: https://readthedocs.org/projects/convert/## Synopsis
Convert is a PowerShell Module that simplifies object conversions by exposing common requirements as standard PowerShell Functions. For example, this module includes functions for converting to and from Base64 encoded strings, MemoryStream objects, or Clixml output.
## Documentation
Documentation Site: [convert.readthedocs.io](https://convert.readthedocs.io/)