Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 629 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 629 Bytes

FsiRefGen is a simple tool to generate HTML docs from given .fsi files.

Travis Build Status AppVeyor Build status

Install

git clone https://github.com/polytypic/FsiRefGen.git

Usage with Bash

<path-to>/FsiRefGen/run --out <output-dir> --name <name> [--icon iconUrl] -- <input.fsi> ...

Examples