Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coursier/echo

Minimal JVM and scala-native echo command
https://github.com/coursier/echo

Last synced: about 2 months ago
JSON representation

Minimal JVM and scala-native echo command

Awesome Lists containing this project

README

        

# echo

Minimal JVM-based echo command, mainly for test purposes

[![Build Status](https://travis-ci.org/coursier/echo.svg?branch=master)](https://travis-ci.org/coursier/echo)
[![Maven Central](https://img.shields.io/maven-central/v/io.get-coursier/echo.svg)](https://maven-badges.herokuapp.com/maven-central/io.get-coursier/echo)

Run like
```
$ coursier launch io.get-coursier:echo:1.0.0 -- foo
foo
$
```