vulder / remark_code_injector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remark_code_injector

Is a simple tool to inject code snippets from a codebase as markdown codeblocks into another file, e.g., used to build slides with remark.

Install

> go get -u github.com/vulder/remark_code_injector
> cd $GOPATH/src/github.com/vulder/remark_code_injector/
> make

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 99.6%Language:Makefile 0.4%