Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamadapc/haskell-hspec-setup
Add a hspec test-suite in one command
https://github.com/yamadapc/haskell-hspec-setup
Last synced: 3 months ago
JSON representation
Add a hspec test-suite in one command
- Host: GitHub
- URL: https://github.com/yamadapc/haskell-hspec-setup
- Owner: yamadapc
- License: mit
- Created: 2015-12-19T13:58:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T21:44:45.000Z (over 8 years ago)
- Last Synced: 2024-04-24T21:12:54.915Z (9 months ago)
- Language: Haskell
- Size: 940 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hspec-setup
[![Hackage](https://img.shields.io/hackage/v/hspec-setup.svg)](http://hackage.haskell.org/package/hspec-setup)
[![Hackage Deps](https://img.shields.io/hackage-deps/v/hspec-setup.svg)](http://hackage.haskell.org/package/hspec-setup)
[![Build Status](https://travis-ci.org/yamadapc/haskell-hspec-setup.svg?branch=master)](https://travis-ci.org/yamadapc/haskell-hspec-setup)
- - -
Add an hspec test-suite in one command![](/demo.gif)
## Installation
```
$ stack install hspec-setup
```## Usage
```
$ hspec-setup
```## License
This code is licensed under the MIT license. Please refer to the
[LICENSE](/LICENSEE) file for more information