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

Commit

Permalink
✨Add Homebrew Package
Browse files Browse the repository at this point in the history
  • Loading branch information
athul committed Jan 29, 2020
1 parent aa4400e commit eccd3a7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ release:
github:
owner: athul
name: pwcli
brews:
- name: pwcli
github:
owner: athul
name: homebrew-tap
folder: Formula
homepage: "https://github.com/athul/pwcli"
description: "Postwoman CLI in Go"
install: bin.install "pwcli"
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# PostWoman CLI [![Build Status](https://travis-ci.com/athul/pwcli.svg?token=udLtq6DyJs4Gxpze9nqX&branch=master)](https://travis-ci.com/athul/pwcli)
Use Postwoman's CLI direct from your terminal.

# Installation

### From Source
- Clone the repo
- Build using `go build`
- Move Binary to `/usr/local/bin/`
### From Binary
- 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)

### Homebrew
Install by `brew install athul/tap/pwcli`

# Usages
```
Expand Down

0 comments on commit eccd3a7

Please sign in to comment.