https://github.com/seamia/gurl
it's like curl ... but different
https://github.com/seamia/gurl
Last synced: over 1 year ago
JSON representation
it's like curl ... but different
- Host: GitHub
- URL: https://github.com/seamia/gurl
- Owner: seamia
- Created: 2019-08-23T03:04:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T00:24:25.000Z (almost 7 years ago)
- Last Synced: 2023-03-07T06:52:48.771Z (over 3 years ago)
- Language: Go
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gurl
> it's like `curl` on mesculine =)
## Install
```sh
# install go, dep
go get github.com/seamia/gurl
cd ${GOPATH}/src/github.com/seamia/gurl
dep ensure
go build
go install
ln -s ${GOPATH}/bin/gurl /usr/local/bin/gurl
```
## Example
```shell script
see ${GOPATH}/src/github.com/seamia/gurl/sample
```
## Usage
## Configuration and Customization