A comparison of nvm and Volta to manage Node.js projects (without Yarn).
nvm installAWS ํ์ต ๋งํฌ์ง ์๋ฆฌ์ฆ
| # The initial version | |
| if [ ! -f .env ] | |
| then | |
| export $(cat .env | xargs) | |
| fi | |
| # My favorite from the comments. Thanks @richarddewit & others! | |
| set -a && source .env && set +a |