Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thor314/cli-play


https://github.com/thor314/cli-play

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# cli-play
where to test new cli tooling experiments. Demos:
- my cli generation tolo
- trycmd

## trycmd test

expected usage:
```console
$ cli-play
hello thor

```

This will be ignored, since it uses the wrong name:
```console
$ other-name
Hello World!
```