Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himanoa/superimpose
https://github.com/himanoa/superimpose
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/himanoa/superimpose
- Owner: himanoa
- License: mit
- Created: 2020-01-27T18:02:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T18:02:39.000Z (almost 5 years ago)
- Last Synced: 2024-12-08T21:41:53.466Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# superimpose[WIP]
Superimpose is snapshot test helper for command execution result.
## Usage
```zsh
$ mkdir snapshots
$ SUPERIMPOSE_SNAMSHOT_DIR=snapshots superimpose lsCreate snapshot!
# ↓exit_code == 0
$ SUPERIMPOSE_SNAMSHOT_DIR=snapshots superimpose ls$ touch foobar
# ↓exit_code == 1
$ SUPERIMPOSE_SNAMSHOT_DIR=snapshots superimpose ls
```