https://github.com/polytypic/fsirefgen
FsiRefGen is a simple tool to generate HTML docs from given .fsi files
https://github.com/polytypic/fsirefgen
Last synced: 9 months ago
JSON representation
FsiRefGen is a simple tool to generate HTML docs from given .fsi files
- Host: GitHub
- URL: https://github.com/polytypic/fsirefgen
- Owner: polytypic
- License: mit
- Created: 2014-05-09T20:46:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T07:01:09.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T11:17:45.178Z (over 1 year ago)
- Language: F#
- Homepage:
- Size: 129 KB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
`FsiRefGen` is a simple tool to generate HTML docs from given `.fsi` files.
[](https://travis-ci.org/polytypic/FsiRefGen) [](https://ci.appveyor.com/project/VesaKarvonen/fsirefgen)
## Install
```bash
git clone https://github.com/polytypic/FsiRefGen.git
```
## Usage with Bash
```bash
/FsiRefGen/run --out --name [--icon iconUrl] -- ...
```
## Examples
* [Hopac](http://hopac.github.io/Hopac/Hopac.html)