Mdx – Execute Your Markdown Code Blocks, Now in Go

With mdx, you can easily execute Markdown code blocks to run your commands. Pass arguments into your code block, define dependencies, and even use shebangs in your code block. mdx parses all .md files in the current directory for potential commands. You can list all commands using -list or -l. To get started, download the appropriate binary for your operating system, install Go, clone the GitHub repository, build, and install. The project was inspired by Makedown. Get ready to streamline your command documentation with mdx.

https://github.com/dim0x69/mdx

To top