Skip to content

Commit 2d2c6cc

Browse files
usvpeschenkov
andauthored
Add Mocker (#1910)
Co-authored-by: Viktor Peschenkov <[email protected]>
1 parent f03e788 commit 2d2c6cc

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ In parternship with:
494494
* [Commander](https://github.com/kylef/Commander) :penguin: - Compose beautiful command line interfaces.
495495
* [Guaka](https://github.com/nsomar/Guaka) :penguin: - The smart and beautiful (POSIX compliant) command line framework.
496496
* [LineNoise](https://github.com/andybest/linenoise-swift) :penguin: - A zero-dependency replacement for readline.
497+
* [Mocker](https://github.com/us/mocker) - Docker-compatible container CLI for macOS, built on Apple's Containerization framework.
497498
* [nef](https://github.com/bow-swift/nef) - A set of command line tools that lets you have compile time verification of your documentation written as Xcode Playground.
498499
* [Progress.swift](https://github.com/jkandzi/Progress.swift) :penguin: - Add beautiful progress bars to your command line.
499500
* [Swift Argument Parser](https://github.com/apple/swift-argument-parser) - Straightforward, type-safe argument parsing for Swift.

contents.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,6 +1493,17 @@
14931493
"linux"
14941494
]
14951495
},
1496+
{
1497+
"title":"Mocker",
1498+
"category":"command-line",
1499+
"description":"Docker-compatible container CLI for macOS, built on Apple's Containerization framework.",
1500+
"homepage":"https://github.com/us/mocker",
1501+
"tags":[
1502+
"macOS",
1503+
"docker",
1504+
"containers"
1505+
]
1506+
},
14961507
{
14971508
"title":"nef",
14981509
"category":"command-line",

0 commit comments

Comments
 (0)