Erick Munene

cli-to-api - Turn CLI command into a live REST API endpoint in one line

by
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

Add a comment

Replies

Best
Erick Munene
Maker
📌
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.