A nodejs app that turns labels into the template of projects in ZeroClassLab!
git clone https://github.com/zerosheepmoo/github-zcl-labels.git
cd ./github-zcl-labels
yarn
- create
.env
at root dir.
TOKEN=YOUR_GITHUB_TOKEN
OWNER=YOUR_ACCOUNT_NAME_OR_ORGANIZATION_NAME
REPO=YOUR_REPO
- run
node index.js
- 레이블들을 ZeroClassLab 에서 진행하는 프로젝트들의 템플릿으로 바꾸어주는 노드 앱!
package manager 로
yarn
을 사용합니다. 없다면 설치해주세요.
git clone https://github.com/zerosheepmoo/github-zcl-labels.git
cd ./github-zcl-labels
yarn
- 프로젝트 루트에 다음과 같이
.env
파일을 생성해주세요.
TOKEN=YOUR_GITHUB_TOKEN
OWNER=YOUR_ACCOUNT_NAME_OR_ORGANIZATION_NAME
REPO=YOUR_REPO
- 실행하기
node index.js