npm repo command

  • npm repo 명령으로 연결된 원격 레포 페이지를 브라우저로 바로 열어볼 수 있다
  • 꿀기능이다

조건

package.json
1
2
3
4
5
6
7
{
// ...
"repository": {
"type": "git",
"url": "https://github.com/chinsun9/chinsun9.github.io.git"
}
}
  • package.json에 repository 필드가 존재해야 한다
  • npm init -y명령을 사용하면 알아서 git config를 읽어서 해당 필드들을 채워준다

npm bug

npm bug, npm bugs, npm issue

  • issue 페이지를 바로 열어볼 수 있다!
  • repo와 마찬가지로 bugs 필드가 존재해야 한다

참고

Author

chinsung

Posted on

2021-09-28

Updated on

2021-11-14

Licensed under

댓글