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

https://github.com/stackbuilders/bookshelf

A bookshelf.
https://github.com/stackbuilders/bookshelf

Last synced: 10 months ago
JSON representation

A bookshelf.

Awesome Lists containing this project

README

          

# bookshelf

A bookshelf.

Clone the repository:

```
$ git clone https://github.com/stackbuilders/bookshelf.git
$ cd bookshelf/
```

Get the appropriate GHC:

```
$ stack setup
```

And build (with tests and documentation):

```
$ stack build --test --haddock
```