An open API service indexing awesome lists of open source software.

https://github.com/detro/input-echoer

Echoes all input it receives (env-vars & args): useful during development
https://github.com/detro/input-echoer

Last synced: over 1 year ago
JSON representation

Echoes all input it receives (env-vars & args): useful during development

Awesome Lists containing this project

README

          

# input-echoer

This is an extremely simple executable (and Docker image), useful during development to check
if input is correctly passed.

What it does is just echo out:

* Environment Variables
* Arguments

# License

[Apache 2.0](./LICENSE)