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

https://github.com/thelia/memo-book

This is the source code for the memo book content. (a kind of cheat sheet)
https://github.com/thelia/memo-book

Last synced: 2 months ago
JSON representation

This is the source code for the memo book content. (a kind of cheat sheet)

Awesome Lists containing this project

README

        

# Memo book

[![Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](CC-BY-NC-SA.png)](http://creativecommons.org/licenses/by-nc-sa/4.0/)

This is the source code for the memo book content. It is licenced under the Creative Commons Attribution-Non Commercial-
Share Alike 4.0 license.

All the sources are written in markdown, feel free to export in the format you want.

You can use [Pandoc](http://johnmacfarlane.net/pandoc/index.html) for
converting the markdown if many formats.

For example in HTML :

```bash
pandoc -f markdown -t html5 src/* -o index.html --highlight-style=pygments -s -V css="styles.css" --toc
```