metacmd 0.0.1

Abstracting commands over multiple environments
Documentation
  • Coverage
  • 0%
    0 out of 15 items documented0 out of 8 items with examples
  • Size
  • Source code size: 40.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.93 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • spelbryggeriet/metacmd
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hampuslidin

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).