What is Literate and how does it work?
masterLiterate is a package designed for Literate Programming. It allows you to write a single commented Julia script as your source of truth and automatically generates multiple output formats from it. This ensures that your documentation, interactive notebooks, and executable scripts stay in sync with minimal maintenance.
By using a single source file, you can provide users with different ways to consume your package's examples: markdown for reading, notebooks for interactive exploration, and plain scripts for direct execution.