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

https://github.com/rangerrick/git-cookbook

A Cookbook, Stored in Git
https://github.com/rangerrick/git-cookbook

cooking cooking-recipes recipes recipes-book

Last synced: 7 months ago
JSON representation

A Cookbook, Stored in Git

Awesome Lists containing this project

README

          

What if I crowd-sourced a cookbook in Git?
What a ridiculous idea.

Well here it is. :D

It uses [mdBook](https://rust-lang.github.io/mdBook/) from the Rust folks.

You can view the rendered book [here](https://rangerrick.github.io/git-cookbook/).

Generating the Cookbook
=======================

1. Install Rust (and Cargo)
2. run: `cargo install mdbook`
3. run: `mdbook build`