LoginSignup
10
4

More than 3 years have passed since last update.

Homebrew CaskでWeb APIのテストに便利なPostmanをインストールする

Last updated at Posted at 2019-01-06
  • 環境
    • macOS Big Surバージョン11.1
    • Homebrew 3.0.0

Homebrewでインストール前の準備をする。

# アップデートする。
$ brew update
Updated 3 taps (homebrew/core, homebrew/cask and homebrew/cask-fonts).
==> New Formulae
# ...省略...

# 健康診断する。
$ brew doctor
Your system is ready to brew.

# Postmanを探す
$ brew search postman
==> Casks
postman

Postmanをインストールする。

$ brew install postman
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 1 formula.

==> Downloading https://dl.pstmn.io/download/version/8.0.5/osx64
######################################################################## 100.0%
==> Installing Cask postman
==> Moving App 'Postman.app' to '/Applications/Postman.app'
🍺  postman was successfully installed!

[Lunchpad]にPostmanが追加されました。
スクリーンショット 2019-01-06 23.18.06.png

Windowsでインストールする場合

Postmanをインストールする - Qiita

10
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
4