Internal plan for improving this package.
- Install esm and convert cli.js to esm module and run with
node -r esm src/cli.js
- a) update console.logs to logdown logging
- Prerequisite for 3.: Write AVA Tests for cli.js to check functionality.
- Update commander to version 5.0.0 and check, if tests do still run.