For the README.mz examples to work we need sendscript to be linked.
set -e
npm link
npm link sendscript
cd ./example
npm ci
npm link sendscriptGenerate the README from the mz file.
markatzea ./README.mz | tee ./README.md
npx markdown-toc -i README.md
git add *.md ./example