UNPKG
@verdaccio/how-to-npm
Version:
latest (2.5.1)
2.5.1
A module to teach you how to module.
github.com/workshopper/how-to-npm
workshopper/how-to-npm
@verdaccio/how-to-npm
/
problems
/
03-start-a-project
/
continue.ko.txt
7 lines
(4 loc)
•
340 B
Plain Text
View Raw
1
2
3
4
5
6
7
추가 과제로 이 프로젝트를 git 저장소로 만들어봅시다. npm은 관례로써 각 모듈과 프로젝트가 git 저장소를 하나씩 가지고 있습니다.
`git init`
을 실행해서 현재 디렉터리를 git 프로젝트로 만들어 봅시다. 완료했다면
`how-to-npm verify extra credit`
을 실행해주세요.