yarn and Insomnia
2023. 11. 29. 23:16ㆍGenerate
Package manager: yarn
Javascript 프로젝트의 종속성을 관리하는데 사용되는 확립된 오픈 소스 패키지 관리자
패키지 종속성을 설치, 업데이트, 구성 및 제거하는 프로세스를 지원하여 결과적으로 방해 요소를 줄이고 목표를 더 빠르게 달성할 수 있도록 도와준다.
yarn 새 프로젝트 초기화:
yarn init
yarn 패키지 종속성 추가 업데이트
yarn add
yarn을 통해 nodemon 명령어 실행시 명령어
yarn run
Reference
https://yarnpkg.com/getting-started
Introduction | Yarn
An introduction to Yarn, a package manager for your code.
yarnpkg.com
API test: Insomnia
로컬 또는 클라우드에서 API 설계, 디버그 및 테스트
The Collaborative API Development Platform
Leading Open Source API Development Platform for HTTP, REST, GraphQL, gRPC, SOAP, and WebSockets
insomnia.rest
'Generate' 카테고리의 다른 글
AWS: AWS S3 Access Key 발급 (0) | 2023.12.12 |
---|