Skip to content

Commit

Permalink
feat: add development Brewfile
Browse files Browse the repository at this point in the history
adds a Brewfile to install all dependencies for a local development environment
  • Loading branch information
BobyMCbobs committed Aug 27, 2024
1 parent 0bfde39 commit 0f8e82a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 1 addition & 7 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,11 @@ Requirements:
## Install dependencies with Brew

```sh
brew install go nodejs npm
brew bundle install --file ./hack/Brewfile
```

## Launch a workspace with Zellij

install with Brew

```sh
brew install zellij
```

launch the workspace

```sh
Expand Down
10 changes: 10 additions & 0 deletions hack/Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
brew "curl"
brew "go"
brew "golangci-lint"
brew "gopls"
brew "jq"
brew "ko"
brew "node"
brew "shellcheck"
brew "shfmt"
brew "zellij"

0 comments on commit 0f8e82a

Please sign in to comment.