https://github.com/jondotsoy/common-cli-arguments
https://github.com/jondotsoy/common-cli-arguments
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jondotsoy/common-cli-arguments
- Owner: JonDotsoy
- License: mit
- Created: 2024-11-13T23:43:45.000Z (6 months ago)
- Default Branch: develop
- Last Pushed: 2024-11-14T00:06:27.000Z (6 months ago)
- Last Synced: 2025-03-23T12:46:07.651Z (about 2 months ago)
- Language: TypeScript
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 } });
```