You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🚀 Initial release of ReqMD, a tool for parsing markdown files looking for code
blocks with a http language tag and formatted as HTTP requests. The provided
CLI and TUI applications allow for exploring and sending these requests to a
HTTP server. This makes it easier to test, document, and debug APIs defined in
markdown.
Added
CI/CD workflows for automated testing and releases
Repository information to each packages metadata
Windows installer (MSI) configuration for CLI and TUI binaries
Initial CHANGELOG documenting the 0.1.1 release
reqmd_tui 0.1.1
Install reqmd_tui 0.1.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/benfalk/req_md/releases/download/v0.1.1/reqmd_tui-installer.sh | sh