Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coursier/echo
- Owner: coursier
- License: apache-2.0
- Created: 2017-12-26T22:45:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T15:34:59.000Z (10 months ago)
- Last Synced: 2024-03-17T16:51:29.820Z (9 months ago)
- Language: Scala
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
$
```