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

https://github.com/neilkuan/base-go-cmd

base-go-cmd
https://github.com/neilkuan/base-go-cmd

Last synced: 2 months ago
JSON representation

base-go-cmd

Awesome Lists containing this project

README

        

## This for base golang command project.

### Build
```bash
git clone https://github.com/neilkuan/base-go-cmd.git

go build
```

### Get
```bash
cp sample-v.json videos.json
./base-go-cmd get --all
```

### Save
```bash
./base-go-cmd add -id "001" -title "apple tv" -url "https://youtu.be/apple" -imageurl https://google.com -desc "apple"
```

### Get One
```bash
./base-go-cmd get --id 001
```