하이퍼클라우드 깃허브 템플릿
각 templates 하위에 있는 파일들을 복사하여 프로젝트 루트 디렉토리에 붙여넣습니다.
NPMRC 설정
echo "//npm.pkg.github.com/:_authToken=\${PACKAGE_TOKEN}" > .npmrc
echo "@hypercloud-kr:registry=https://npm.pkg.github.com/" >> .npmrc
echo "always-auth=true" >> .npmrc패키지 설치
yarn add -D @hypercloud-kr/github-templates프로젝트 루트 디렉토리에서 실행
npx hc-github-templates frontend|backend|webxr