generated from dxw/rails-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile.example
40 lines (29 loc) · 989 Bytes
/
Brewfile.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Required by the `pg` gem
brew "libpq"
# Install Docker
# brew "docker"
# Install Ruby via Rbenv
# brew "rbenv"
# or
# Use ASDF to manage Ruby, and optionally Postgres, Redis, Node etc.
# brew "asdf"
# Install services locally via Homebrew (optional)
# brew "postgresql"
# brew "redis"
# Install `pandoc` and `basictex` for converting Markdown documents into any format (required for specifications)
# brew "pandoc"
# brew "basictex"
# Additional tools
# ----------------------
# Install `gh` Github CLI (optional)
# brew "gh"
# Install `adr` for handling Architecture Decision Records (optional)
# brew "adr-tools"
# Install `cf` for working with GPaaS (optional)
# brew "cloudfoundry/tap/cf-cli@7"
# Install `codeclimate` for identifying code improvements (optional)
# brew "codeclimate/formulae/codeclimate"
# Depends upon Node v16.3.0 (optional)
# brew "contentful-cli"
# Install `ngrok` for allowing web tunneling to assist working with webhooks (optional)
# brew "ngrok"