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

https://github.com/grayjack/carp-book

Carp book (wip)
https://github.com/grayjack/carp-book

book carp programming

Last synced: 8 months ago
JSON representation

Carp book (wip)

Awesome Lists containing this project

README

          

# carp-book
Carp book (wip)

## How to generate the book
You first need to have the [MdBook](https://github.com/rust-lang/mdBook)
installed.

Then:
```sh
mdbook build && cp highlight.js book/highlight.js
```