romanpitak / wiki-generator

Generate wiki pages from code comments with full code inside. (A variation on literal programming.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WMS - Wiki My Sources

Not yet fully functional :)

Generates GitHub wiki from your source code comments.

Installation

./configure
make
sudo make install
make clean

Usage

cd my/git/repo
wms
ll wiki

Optional

Configure options:

./configure --help
    --binName=wms
    --prefix=/usr/local
    --binDir=${prefix}/bin
    --libDir=${prefix}/lib/${binName}
    --whichBash=/bin/bash
    --whichSed=/bin/sed
    --whichAwk=/usr/bin/awk

Uninstall

./configure # with the correct --prefix
sudo make uninstall

About

Generate wiki pages from code comments with full code inside. (A variation on literal programming.)

License:MIT License


Languages

Language:Shell 54.1%Language:Awk 45.9%