Node.js 패키지 만들기
프로젝트 디렉토리를 만들고, 그 디렉토리로 이동후 다음 명령어를 실행하면 package.json 을 만들어 준다.
npm init -y
참고
- https://initialcommit.com/blog/nodejs-module
- https://www.digitalocean.com/community/tutorials/how-to-create-a-node-js-module
프로젝트 디렉토리를 만들고, 그 디렉토리로 이동후 다음 명령어를 실행하면 package.json 을 만들어 준다.
npm init -y