feat: autogenerate readme from command help

This commit is contained in:
Jose Diaz-Gonzalez
2020-04-04 16:20:35 -04:00
parent af649d8085
commit ddf0662068
4 changed files with 993 additions and 165 deletions

View File

@@ -93,3 +93,14 @@ ifneq ($(TRAVIS_PULL_REQUEST),false)
endif
endif
endif
.PHONY: clean
clean:
rm -f README.md
.PHONY: generate
generate: clean README.md
.PHONY: README.md
README.md:
bin/generate