Turn any CLI command into a live REST API endpoint in one line. No rewriting, no wrappers, no boilerplate. If it runs in a terminal, it now has an HTTP interface
I Built this after spending an afternoon writing yet another Express wrapper around a CLI tool that already worked fine. Realized the problem wasn't the tool, it was that CLI and HTTP live in separate worlds for no good reason. Would love to know what commands you end up wrapping with it.
Report
No reviews yetBe the first to leave a review for cli-to-api