codemelted

0.8.0

A CLI to facilitate common developer use cases on Mac / Linux / Windows OS.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name codemelted

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

© 2024 Mark Shaffer. All Rights Reserved. MIT License

Package Details

Author(s)

  • mark.shaffer@codemelted.com

Tags

pwsh pwsh-scripts pwsh-modules CodeMeltedDEV codemelted

Functions

asBytes asObject asString CFetchResponse logLevelString logLevelInt CLogRecord ToString result hasCompleted CTaskRunResult isRunning stop CTaskTimer codemelted_help codemelted_process codemelted_task codemelted_worker codemelted_database codemelted_data_check codemelted_disk codemelted_file codemelted_json codemelted_string_parse codemelted_storage codemelted_xml codemelted_compute codemelted_math codemelted_developer codemelted_logger codemelted_monitor codemelted_network codemelted_runtime codemelted_pi codemelted_setup codemelted_app codemelted_console codemelted_dialog codemelted_ui

Dependencies

This script has no dependencies.

Release Notes

0.8.0 2025-03-12
- Completed --task Async IO Use Cases
- Stubbed out the other use case functions.
- Implemented new mobile global definition for background thread processing.
- --logger updated to the new module definition.
0.7.0 2025-03-09
- Completed --runtime testing on Linux. All three major systems available.
- Clean up of script data definitions.
- Corrected version number to reflect fully implemented use cases for the
different use case groups. No full group is implemented yet.
0.5.5 2025-03-08
- Removed complaining item so Add-Type can complete properly.
- This will make autocomplete in the future interesting.
0.5.4 2025-03-08
- Fixed missing type on Linux OS to allow proper running of the CLI.
0.5.3 2025-03-08
- Added --runtime and --monitor to the SDK use cases.
0.5.2 2025-03-03
- Added --network to the SDK use cases.
- Only fetch action exists at this time.
0.5.1 2025-02-23
- Tailored the script to match the use case groups.
- Implemented the --data-check, --json, and --string-parse options of the
Data use cases, the --console of the User Interface use cases and the
--logger of the SDK use cases.
- The --disk use case is in development and exposed.
0.1.1 2025-01-08
- Broke out the --json into individual actions.
- Updated the --help to reflect the module interface going forward.
0.1.0 2024-12-28
- Initial release of the codemelted CLI with the --json use case implemented.

FileList

Version History

Version Downloads Last updated
0.8.0 (current version) 7 3/13/2025
0.7.0 10 3/9/2025
0.5.5 7 3/9/2025
0.5.4 7 3/9/2025
0.5.3 6 3/8/2025
0.5.2 7 3/4/2025
0.5.1 10 2/24/2025
0.1.1 10 1/9/2025
0.1.0 7 12/28/2024
Show more