#command #process #parser

metacmd

Abstracting commands over multiple environments

1 unstable release

0.0.1 Jul 9, 2023

#694 in #process

Apache-2.0

25KB
596 lines

Meta Command

metacmd is a library which provides useful abstractions for command execution over different environments. Its goal is to make it simpler to construct and run commands within your programs, whether it is a local command (macOS, Windows, Linux, etc.), a remote command (SSH2) or a container command (Docker).

No runtime deps