Download the PHP package kalyashka/srcdoc without Composer
On this page you can find all versions of the php package kalyashka/srcdoc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kalyashka/srcdoc
More information about kalyashka/srcdoc
Files in kalyashka/srcdoc
Download kalyashka/srcdoc
More information about kalyashka/srcdoc
Files in kalyashka/srcdoc
Vendor kalyashka
Package srcdoc
Short Description Translates your source files to HTML, which you can later convert to .docx, .pdf
License MIT
Package srcdoc
Short Description Translates your source files to HTML, which you can later convert to .docx, .pdf
License MIT
Please rate this library. Is it a good library?
Informations about the package srcdoc
Srcdoc
A command line utility for collecting and pasting source code in html document. Uses scrivo/highlight.php for syntax highlighting.
Installation
Usage
where
<directory>
- root directory with source files (defaults to current directory)
options
:
--help, -h
- show help--extensions, -e
- file extensions (comma separated, "php,js,css,scss")--exclude, -x
- files/directories patterns for exclude (e.g. "vendor,assets", comma separated)--output, -o
- output file name (stdout will be used if not provided)--list, -l
- do not scan directory and use listing file (one file per line)--no-syntax, -s
- disable syntax highlighting--theme, t
- use one of highlight.php theme--theme-list
- outputs list of highlight.php themes--heading
- heading tag (default h3)
Example
All versions of srcdoc with dependencies
PHP Build Version
Package Version
The package kalyashka/srcdoc contains the following files
Loading the files please wait ....