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
- Host: GitHub
- URL: https://github.com/neilkuan/base-go-cmd
- Owner: neilkuan
- Created: 2021-09-19T05:00:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T05:16:34.000Z (over 3 years ago)
- Last Synced: 2025-03-29T02:38:27.562Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This for base golang command project.
### Build
```bash
git clone https://github.com/neilkuan/base-go-cmd.gitgo 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
```