Description
Currently, the mkReadme script is a monolith. This makes it less re-usable for other developments (or our own).
A better approach would be a module/library, that can be easily imported.
Proposed Solution
Split the mkReadme script into two parts: one module and one 'executable' which imports the module.
Ultimate goal: nemo-simsar can be installed via pip & co.
Relations
mkReadme script
- Dokumentation: We could add a API Reference
- Directory structure of this project