streams/util/generate-hooks-index/README.md
2022-02-24 13:00:41 -08:00

30 lines
517 B
Markdown

# Generate hooks
This program generates hooks.html documentation from the project source.
## Usage
Download and install leiningen
Change directory into util/generate-hooks-index
At shell prompt, do:
```sh
lein run
```
Hooks docs will get dumped into doc/hooks.html
## Requirements
* JVM like OpenJDK etc
* [Leiningen](http://leiningen.org/)
## License
Copyright © 2015 ken restivo (ken@restivo.org)
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.