{"id":19815246,"url":"https://github.com/dev-connor/project-manager","last_synced_at":"2026-05-03T17:32:26.176Z","repository":{"id":108944127,"uuid":"526829371","full_name":"dev-connor/Project-manager","owner":"dev-connor","description":"커맨드라인으로 프로젝트의 이슈 및 PR 을 관리할 수 있는,  GitHub API 의 공식 클라이언트인 Octokit 을 활용한 프로젝트 매니저 라이브러리입니다.","archived":false,"fork":false,"pushed_at":"2023-10-13T04:20:55.000Z","size":1003,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T05:42:15.783Z","etag":null,"topics":["eslint","nodejs","octokit","prettier"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dev-connor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-08-20T04:58:04.000Z","updated_at":"2023-10-12T10:15:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"aeda36de-c326-4cb5-97e8-423dfc8210e0","html_url":"https://github.com/dev-connor/Project-manager","commit_stats":null,"previous_names":["dev-connor/project-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dev-connor/Project-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-connor%2FProject-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-connor%2FProject-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-connor%2FProject-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-connor%2FProject-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-connor","download_url":"https://codeload.github.com/dev-connor/Project-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-connor%2FProject-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32578578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eslint","nodejs","octokit","prettier"],"created_at":"2024-11-12T10:05:17.140Z","updated_at":"2026-05-03T17:32:26.162Z","avatar_url":"https://github.com/dev-connor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### 환경설정 \n---\n\n프로젝트 root 폴더에 .env 파일 생성\n\n- .env\n\n```\nGITHUB_ACCESS_TOKEN=ghp_B...3wxID\n```\n\n### 실행\n---\n\n```bash\nnode main.js [command]\n```\n\nCommands\n\n```bash\n  me                 Check my profile\n  list-bugs          List issues with bug label\n  check-prs          Check pull request status\n  check-screenshots  check if any issue is missing screenshot event if it has bug label on it\n  help [command]     display help for command\n```\n\n### 1. Command: help \n---\n\n\u003cimg width=\"941\" alt=\"image\" src=\"https://github.com/dev-connor/Project-manager/assets/70655507/9d5f6c15-48dc-4ccf-b212-f248d940c616\"\u003e\n\n모든 명령어의 사용법에 대해 알려줍니다.\n\n### 2. Command: me\n---\n\n\u003cimg width=\"940\" alt=\"image\" src=\"https://github.com/dev-connor/Project-manager/assets/70655507/854ad0ad-a416-4d9f-bb9b-e195812e11c6\"\u003e\n\n### 3. Command: list-bugs \n---\n\n\u003cimg width=\"942\" alt=\"image\" src=\"https://github.com/dev-connor/Project-manager/assets/70655507/17b94a56-9d14-4c5d-8b7a-3a8abe6cd164\"\u003e\n\n버그레이블이 달려있는 모든 이슈를 출력합니다. \n\n### 4. Command: check-prs\n---\n\n\u003cimg width=\"982\" alt=\"image\" src=\"https://github.com/dev-connor/Project-manager/assets/70655507/56d9d62d-bb44-4edf-a265-9ee9bd19010c\"\u003e\n\n\u003cimg width=\"992\" alt=\"image\" src=\"https://github.com/dev-connor/Project-manager/assets/70655507/c92feea5-1e4f-49ed-9af3-6c019a585851\"\u003e\n\n\u003cimg width=\"1792\" alt=\"image\" src=\"https://github.com/dev-connor/Project-manager/assets/70655507/5e3c3d05-ddc2-438f-8f26-298d4149f766\"\u003e\n\n풀 리퀘스트를 모두 검사해서, 만약 너무 diff 가 큰 (100줄) 풀 리퀘스트가 있으면 `too-big` 이라는 레이블을 붙입니다.\n\n### 5. Command: check-screenshots\n---\n\n\u003cimg width=\"941\" alt=\"image\" src=\"https://github.com/dev-connor/Project-manager/assets/70655507/3e34a442-6a07-4974-8a1c-1fa275beda98\"\u003e\n\n커맨드를 입력하면 y/n 을 묻는 커맨드가 출력됩니다. \n\n\u003cimg width=\"941\" alt=\"image\" src=\"https://github.com/dev-connor/Project-manager/assets/70655507/3cb96071-3da5-469d-8889-adb74a60bf19\"\u003e\n\nbug 레이블이 달려 있으나, 스크린샷이 없는 이슈에 대해서 성공적으로 레이블을 붙였습니다. \n\n\u003cimg width=\"1792\" alt=\"image\" src=\"https://github.com/dev-connor/Project-manager/assets/70655507/b6b26540-e5fe-4e96-bcb5-5c5ca1a6b77a\"\u003e\n\n확인해봅니다. \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-connor%2Fproject-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-connor%2Fproject-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-connor%2Fproject-manager/lists"}