NPM (Node Package Manager)

" Node.js의 라이브러리를 관리해주는 도구 "

 

Node.js는 모든 것이 모듈화되어 있으므로 질 좋은 패키지 매니저가 필요해졌습니다.

이 목적 때문에 npm이 만들어졌습니다.

 

npm이 모든 프로그래밍 생태계에서 커뮤니티가 만든 커다란 패키지 선택권을

제공해 주므로 Node.js를 빠르고 쉽게 만들 수 있습니다.

 

 

 

npm | build amazing things

Build amazing things We're npm, Inc., the company behind Node package manager, the npm Registry, and npm CLI. We offer those to the community for free, but our day job is building and selling useful tools for developers like you. Take your JavaScript devel

www.npmjs.com

 

'DEV > NodeJS' 카테고리의 다른 글

ES2015 - 나머지 매개변수(Rest Parameters)  (0) 2020.09.15
ES2015 - 화살표 함수 (Arrow Function)  (0) 2020.09.15
ES2015 - 변수 (let, const)  (0) 2020.09.14
Express 모듈 설치 및 서버 실행  (0) 2020.05.13
NodeJS  (0) 2020.05.12

+ Recent posts