host_bridge 1.0.1
host_bridge: ^1.0.1 copied to clipboard
CLI and library to run a local HTTP bridge server for file operations and shell commands. Use from IDEs or scripts to perform host-side file and command execution.
1.0.1 #
- Package metadata and layout prepared for pub.dev (description, homepage, repository, topics, platforms, LICENSE, README).
1.0.0 #
- Initial version.
- CLI executable
host_bridgeto run the bridge server. - Library:
HostBridgeClient, file op and run_command models. - Endpoints:
/file_op,/run_command,/ping.