Config & 메모

유용한 npx 및 cli

codevil 2023. 9. 18. 11:13
npx kill-port //port 제거
npx clear-npx-cache //npx 캐시 정리
npx get-ip //현재 ip 보기
npx create-convention // 프로젝트 초기 세팅 만들기
npx cleanup-local-branches// 주요 브랜치를 제외하고 일괄 정리
npx knip //프로젝트 의존성 관리
git config --global push.default simple
git push --force-with-lease origin feature
ssh-keygen -t ed25519 //ssh key gen