Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #31 from ssiyad/master AUR Support
Browse files Browse the repository at this point in the history
add: aur packages
  • Loading branch information
athul authored Jan 23, 2021
2 parents ae389ad + 9619b83 commit f770d33
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,25 @@ $ sudo make install

### From Binary

- You can find the Binaries in Gzipped form from the [Releases](https://github.com/athul/pwcli/releases) page
- You can find the Binaries in Gzipped form from the [Releases](https://github.com/athul/pwcli/releases) page
**Supports**
- Linux(x64,x86)
- Mac(x64)
- Windows(x64,x86)

> **IMPORTANT: Not tested on Windows, please leave your feedback/bugs in the Issues section**
### Arch GNU/Linux

- You can install from [AUR](https://aur.archlinux.org/)
- There are three different packages available

Name | Link | Description
------------- | ------------------------------------------------- | -----------------------------
hopp-cli-bin | https://aur.archlinux.org/packages/hopp-cli-bin/ | Pre-built binary
hopp-cli | https://aur.archlinux.org/packages/hopp-cli/ | Compiled from latest release
hopp-cli-git | https://aur.archlinux.org/packages/hopp-cli-git/ | Compiled from latest commit

### Homebrew

Install by `brew install athul/tap/hopp-cli`
Expand Down Expand Up @@ -68,14 +79,14 @@ $ hopp-cli post https://reqres.in/api/users/2 -c js -b '{"name": "morp","job": "

> The output will only be the `statuscode`
Example : `hopp-cli send <PATH to hoppscotch collection.json>`
Example : `hopp-cli send <PATH to hoppscotch collection.json>`

Sample Output:
![](/assets/send.png)

---

**GEN**: Gen command Generates the API Documentation from `hoppscotch-collection.json` file and serves it as a Static Page on port `1341`
**GEN**: Gen command Generates the API Documentation from `hoppscotch-collection.json` file and serves it as a Static Page on port `1341`
Example: `hopp-cli gen <PATH to hoppscotch collection.json>`

Sample Hosted site: https://hopp-docsify.surge.sh/
Expand Down Expand Up @@ -103,7 +114,7 @@ _(optional)_

> Enclose the body in Single Quotes(\')
**Content Types can be of**
**Content Types can be of**

|Short Code|Content Type|
|:---:|:---:|
Expand Down

0 comments on commit f770d33

Please sign in to comment.