- Download the package and untar it.
wget https://get.helm.sh/helm-v3.10.3-darwin-amd64.tar.gz
tar xvf helm-v3.0.2-darwin-amd64.tar.gz
- Move the package to the below location
mv darwin-amd64/helm /usr/local/bin/helm3
| //Example 1 - Calculate average value of an array (transform array into a single number) | |
| var scores = [89, 76, 47, 95] | |
| var initialValue = 0 | |
| var reducer = function (accumulator, item) { | |
| return accumulator + item | |
| } | |
| var total = scores.reduce(reducer, initialValue) | |
| var average = total / scores.length | |
| /*Explain about function |
| # delete all local tags, and update with list of remote tags | |
| git tag -l | xargs git tag -d && git fetch -t | |
| # get list of all author's emails of the repo | |
| git log --format="%ae" | uniq | |
| # shortform git commands | |
| alias g='git' | |
| # show contents of all git objects in a git repo |
I hereby claim:
To claim this, I am signing this object: