Go to file
jolheiser 4a13872104
Generate docs as READMEs for examples
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-10-30 16:52:53 -05:00
examples Generate docs as READMEs for examples 2021-10-30 16:52:53 -05:00
.gitignore Initial commit 2021-10-29 17:11:34 -05:00
LICENSE Initial commit 2021-10-29 17:11:34 -05:00
README.md Add more to README 2021-10-30 16:51:30 -05:00
ffmd.go Initial commit 2021-10-29 17:11:34 -05:00
ffmd.tmpl Initial commit 2021-10-29 17:11:34 -05:00
go.mod Initial commit 2021-10-29 17:11:34 -05:00
go.sum Initial commit 2021-10-29 17:11:34 -05:00
tree.go Split examples and fix tree 2021-10-30 16:47:47 -05:00
tree_test.go Initial commit 2021-10-29 17:11:34 -05:00

README.md

ffmd

Go Reference

One of the things that I really liked about urfave/cli was that it could generate markdown docs for my commands.

With ffmd you can generate markdown docs for both flag.FlagSet and ffcli.Command (with any amount of sub-commands).

Check out examples for some sample generated docs.

License

MIT