FsiRefGen is a simple tool to generate HTML docs from given .fsi files
  • F# 80.4%
  • JavaScript 12.4%
  • CSS 5.7%
  • Shell 1.5%
Find a file
2019-03-17 18:20:49 +01:00
.paket Update paket to .net core 2019-03-17 18:20:49 +01:00
src Update paket to .net core 2019-03-17 18:20:49 +01:00
.gitattributes Fix bash line endings 2016-08-03 22:21:13 +03:00
.gitignore Update paket to .net core 2019-03-17 18:20:49 +01:00
.travis.yml Update paket to .net core 2019-03-17 18:20:49 +01:00
appveyor.yml git not needed 2016-07-31 13:25:11 +03:00
build Update paket to .net core 2019-03-17 18:20:49 +01:00
FsiRefGen.paket.template Update paket to .net core 2019-03-17 18:20:49 +01:00
FsiRefGen.sln Can build 2018-09-19 16:26:56 +02:00
LICENSE.md Fixing DOS issues. 2015-11-23 19:40:40 +02:00
paket.dependencies Can build 2018-09-19 16:26:56 +02:00
paket.lock Update paket to .net core 2019-03-17 18:20:49 +01:00
README.md Badge 2016-07-24 20:09:48 +03:00
run Copying files with project files just got harder 2018-09-19 16:41:10 +02:00

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