Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 344 Bytes

File metadata and controls

24 lines (16 loc) · 344 Bytes

Contributing

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 sendscript

Generate the README from the mz file.

markatzea ./README.mz | tee ./README.md

npx markdown-toc -i README.md

git add *.md ./example