An open API service indexing awesome lists of open source software.

https://github.com/jondotsoy/common-cli-arguments


https://github.com/jondotsoy/common-cli-arguments

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# @jondotsoy/common-cli

Api to connect with docker cli and podman cli

**Sample:**

```ts
import { podman } from "@jondotsoy/common-cli/podman";

await podman.run({ image: "ubuntu", options: { detach: true } });
```