kba / shrender

Render source code to documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shrender

Render code to documentation.

Build Status

     _                        _           
 ___| |__  _ __ ___ _ __   __| | ___ _ __ 
/ __| '_ \| '__/ _ \ '_ \ / _` |/ _ \ '__|
\__ \ | | | | |  __/ | | | (_| |  __/ |   
|___/_| |_|_|  \___|_| |_|\__,_|\___|_|   
  markdown from source code

shrender takes source code as input and runs it through text filters to extract active comments that can be used as the project's README or the Markdown base for a man page.

INSTALL

git clone https://github.com/kba/shrender
cd shrender
make install

or using bpgk:

bpgk install kba/shrender [-g]

USAGE

Usage: shrender [opts...] [render-opts] <file-to-render>...
  
    Options:
  
	-h  --help         Show help
	-f  --function FUNC         Render function
	-p  --path PATH             Add path to shrenders search path
	-c  --column CHAR           Columnize at this char.
	-ip --input-prefix PREFIX   The pattern to filter input lines with.
	-is --input-suffix SUFFIX   Optional suffix in input lines to be removed
	-op --output-prefix PREFIX  Prepend output lines with this string.
	-os --output-suffix SUFFIX  Append this string to output lines.

COPYRIGHT

The MIT License (MIT)

Copyright (c) 2016 Konstantin Baierer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Render source code to documentation

License:MIT License


Languages

Language:Shell 82.4%Language:Makefile 17.1%Language:Java 0.4%Language:HTML 0.2%