codemelted
0.8.0
A CLI to facilitate common developer use cases on Mac / Linux / Windows OS.
Installation Options
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
- codemelted.nuspec
- codemelted.ps1