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

https://github.com/markcial/mock

Mock library for fish
https://github.com/markcial/mock

Last synced: about 1 month ago
JSON representation

Mock library for fish

Awesome Lists containing this project

README

        

[![Build Status][travis-badge]][travis-link]
[![Slack Room][slack-badge]][slack-link]

# mock

mock library

## Install

With [fisherman]

```
fisher mock
```

## Usage

```fish
mock ls
test ls
mock ls 1
test ! ls
mock ls 0 "echo hi"
test "hi" -eq (ls)
```

[travis-link]: https://travis-ci.org/fisherman/mock
[travis-badge]: https://img.shields.io/travis/fisherman/mock.svg
[slack-link]: https://fisherman-wharf.herokuapp.com
[slack-badge]: https://fisherman-wharf.herokuapp.com/badge.svg
[fisherman]: https://github.com/fisherman/fisherman