Added auxiliary files to build the README.

pull/1/head
Tullio Facchinetti 7 years ago
parent 29311426af
commit 5758f581f7

@ -0,0 +1,5 @@
README.md: header.md cli-apps.md
cat header.md cli-apps.md > README.md
cli-apps.md: cli2md.py cli-apps.yaml
python3 cli2md.py > cli-apps.md

@ -0,0 +1,14 @@
# Forewords
This repository contains a list of CLI apps with links and a short description.
This ``README`` file is automatically generated from ``cli-apps.yaml`` using ``cli2md.py`` (it requires the ``yaml`` package to run).
It is commited into the repo for easier access to the content.
Type
```
make
```
to build the latest version of ``README.md``.
Loading…
Cancel
Save