Skip to content

Commit

Permalink
install yarn (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant and Thomas Poignant authored Oct 16, 2020
1 parent 68b76c0 commit df616f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,15 @@ It will install all this tools:
- docker command line completion

### Languages
The main languages I am working with are Java and Go, but here are some of the main languages you always need, on projects.
The main languages I am working with are Java and Go, but here are the main languages you always need, on projects.

- **Java**
Install the last version of the `openJDK` JVM.
It also install `maven` and `gradle`.
- **Go / Golang**
Install the last `go` version and set `GOPATH` into your shell profile file.
- **NodeJS**
Install `nvm` and the last version of `nodejs`.
Install `nvm` and the last version of `nodejs` + `yarn` for dependencies management.
- **Python**
Install `python` and `pip` so you are ready to go.
- **Terraform**
Expand Down
2 changes: 2 additions & 0 deletions src/mac-dev-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ nvm install node
echo '[ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm'
echo '[ -s "/usr/local/opt/nvm/etc/bash_completion.d/nvm" ] && . "/usr/local/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion'
}>>$MAC_SETUP_PROFILE
brew install yarn # Dependencies management for node


## Java
brew cask install java
Expand Down

0 comments on commit df616f7

Please sign in to comment.