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

https://github.com/futuretea/demo


https://github.com/futuretea/demo

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# demo

## installation

```bash
go get -u github.com/futuretea/demo
```

## Usage

```
$cat demo.csv
description,command
command 1,ls
command 2,ls -l

$demo -c demo.csv
```