feat: autogenerate readme from command help

This commit is contained in:
Jose Diaz-Gonzalez
2020-04-04 16:20:35 -04:00
parent dfbde56138
commit 5964e1394b
4 changed files with 994 additions and 223 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