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

Commit eccd3a7

Browse files
committed
✨Add Homebrew Package
1 parent aa4400e commit eccd3a7

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.goreleaser.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,12 @@ release:
4242
github:
4343
owner: athul
4444
name: pwcli
45+
brews:
46+
- name: pwcli
47+
github:
48+
owner: athul
49+
name: homebrew-tap
50+
folder: Formula
51+
homepage: "https://github.com/athul/pwcli"
52+
description: "Postwoman CLI in Go"
53+
install: bin.install "pwcli"

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# PostWoman CLI [![Build Status](https://travis-ci.com/athul/pwcli.svg?token=udLtq6DyJs4Gxpze9nqX&branch=master)](https://travis-ci.com/athul/pwcli)
22
Use Postwoman's CLI direct from your terminal.
33

4+
# Installation
5+
6+
### From Source
7+
- Clone the repo
8+
- Build using `go build`
9+
- Move Binary to `/usr/local/bin/`
10+
### From Binary
11+
- You can find the Binaries in Gzipped form from the [Releases](https://github.com/athul/pwcli releases)page
12+
**Supports**
13+
- Linux(x64,x86)
14+
- Mac(x64)
15+
- Windows(x64,x86)
16+
17+
### Homebrew
18+
Install by `brew install athul/tap/pwcli`
419

520
# Usages
621
```

0 commit comments

Comments
 (0)