Prerequisite
다음 두 패키지를 설치하자
# npm 사용도 가능.
$ yarn add --global dotenv-cli
$ yarn add -D cross-var
- dotenv-cli
CLI 에서 `.env` 파일을 읽을 수 있게하는 라이브러리. - cross-var
CLI 에서 script syntax 를 지원하기 위한 라이브러리.
OS에 상관없이 크로스 플랫폼 지원
ex) "cross-var rimraf public/$npm_package_version"
`--` is multi character command option
A double-dash (`--`) in a shell command signals the end of options and disables further option processing
When to use?
1. Non-option arguments start with a hyphen.
2. End of command and start another command.
Follow the example
Write .env.test file
Write scripts in package.json
🔗 Reference
'기타 > 잡동사니' 카테고리의 다른 글
PowerPoint 팁과 단축키 모음 (0) | 2022.12.12 |
---|---|
.csv 파일로 100만 row 만들기 (0) | 2022.08.16 |
pm2 with typescript (0) | 2021.12.22 |
redis.conf 권장설정 (0) | 2021.12.21 |
Windows 10 Bootable USB (0) | 2021.11.05 |