도하!
오늘은 나만의 터미널 명령어 모음집이다.
점점 추가 시킬 예정
open .
kill -9 $(lsof -i TCP:8081 | grep LISTEN | awk '{print $2}')
추후 .bash_profile에 shell command로 등록해서 단축어로 만들 예정
rm -rf node_modules && rm yarn.lock && yarn && cd ios && rm -rf Pods && rm Podfile.lock && pod install && ..