Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radu-matei/emote
Blog post
https://github.com/radu-matei/emote
Last synced: 23 days ago
JSON representation
Blog post
- Host: GitHub
- URL: https://github.com/radu-matei/emote
- Owner: radu-matei
- Created: 2019-09-02T06:24:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:02:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T07:12:10.752Z (over 1 year ago)
- Language: C#
- Homepage: https://radu-matei.com/blog/self-contained-dotnet-cli/
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 nameUsage:
emote show [options]Arguments:
Options:
-v, --verbose if provided, it will also print the name of the emoticon$ emote show shrug
¯\_(ツ)_/¯```