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

https://github.com/cntransgroup/cpptemplate-tcg-2ed

Cpp Template 2ed Translation
https://github.com/cntransgroup/cpptemplate-tcg-2ed

Last synced: 9 months ago
JSON representation

Cpp Template 2ed Translation

Awesome Lists containing this project

README

          

# cpptemplate-tcg-2ed

[online read](https://cntransgroup.github.io/cpptemplate-tcg-2ed/)

## Preparation
I use [mdBook](https://github.com/rust-lang/mdBook) to build the markdown to book. As you should install the `mdbook` and
```
mdbook serve
```
or
```
mdbook build
```

If you need output pdf or epub format file, you need install mdbook-pdf or mdbook-epub to achieve.