Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/radu-matei/emote

Blog post
https://github.com/radu-matei/emote

Last synced: 23 days ago
JSON representation

Blog post

Awesome Lists containing this project

README

        

# Emote

Building single executable CLIs with .NET Core 3.

> Based on [Carolyn Van Slyck's GopherCon talk](https://carolynvanslyck.com/talk/go/cli/).

Usage:

```
$ emote show --help
show:
shows an emoticon from the configuration given its name

Usage:
emote show [options]

Arguments:

Options:
-v, --verbose if provided, it will also print the name of the emoticon

$ emote show shrug
¯\_(ツ)_/¯

```