{"id":13725958,"url":"https://github.com/hg-pyun/minipack-kr","last_synced_at":"2025-10-30T17:38:57.988Z","repository":{"id":41360352,"uuid":"138385023","full_name":"hg-pyun/minipack-kr","owner":"hg-pyun","description":"📦 자바스크립트 모듈 번들러를 만드는 간단한 예제입니다.","archived":false,"fork":false,"pushed_at":"2018-09-23T02:16:37.000Z","size":21,"stargazers_count":115,"open_issues_count":0,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-29T04:43:17.073Z","etag":null,"topics":["bundler","javascript","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hg-pyun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-23T08:34:08.000Z","updated_at":"2025-02-04T00:57:45.000Z","dependencies_parsed_at":"2022-09-16T08:12:07.988Z","dependency_job_id":null,"html_url":"https://github.com/hg-pyun/minipack-kr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hg-pyun%2Fminipack-kr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hg-pyun%2Fminipack-kr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hg-pyun%2Fminipack-kr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hg-pyun%2Fminipack-kr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hg-pyun","download_url":"https://codeload.github.com/hg-pyun/minipack-kr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249192167,"owners_count":21227737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bundler","javascript","webpack"],"created_at":"2024-08-03T01:02:43.504Z","updated_at":"2025-10-30T17:38:52.965Z","avatar_url":"https://github.com/hg-pyun.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"## 📦 Minipack-kr\n\n*[minipack](https://github.com/ronami/minipack)을 한글로 번역한 문서입니다.*\n\n\u003e 자바스크립트 모듈 번들러를 만드는 간단한 예제입니다.\n\n### 소개\n\n프론트엔드 개발자들은 [Webpack](https://github.com/webpack/webpack), [Browserify](https://github.com/browserify/browserify), 그리고 [Parcel](https://github.com/parcel-bundler/parcel) 같은 툴과 함께 개발하는데 많은 시간을 쓰고 있습니다.\n\n앞에서 언급한 툴의 동작방식을 이해하면, 코드를 작성할 때 더 좋은 결정을 할 수 있습니다. 또 우리의 코드가 어떤 과정을 통해 번들로 바뀌는지, 그 번들이 어떻게 만들어졌는지 이해하면 디버깅 하기 더 쉬울 것입니다.\n\n이 프로젝트에서는 번들러가 어떻게 동작하는지에 대해 설명하겠습니다. 여기에는 심플하지만 정확한 번들러 구현 과정이 포함되어 있습니다. 또 코드와 함께 각각의 코드들이 어떤 역할을 하는지에 대한 주석도 달아뒀습니다.\n\n### 멋지네요, 어디서부터 시작하면 되나요?\n\n이 소스코드의 처음부분을 보세요: [src/minipack.js](src/minipack.js).\n\n### 코드 실행 방법\n\n먼저 의존성 파일들을 설치합니다:\n\n```sh\n$ npm install\n```\n\n그리고 우리의 스크립트를 실행시킵니다:\n\n```sh\n$ node src/minipack.js\n```\n\n### 추가 자료들\n\n- [AST Explorer](https://astexplorer.net)\n- [Babel REPL](https://babeljs.io/repl)\n- [Babylon](https://github.com/babel/babel/tree/master/packages/babel-parser)\n- [Babel Plugin Handbook](https://github.com/thejameskyle/babel-handbook/blob/master/translations/en/plugin-handbook.md)\n- [Webpack: Modules](https://webpack.js.org/concepts/modules)\n\n### 다른 언어로 읽을 수 있습니다.\n\n- [English](https://github.com/ronami/minipack)\n- [中文](https://github.com/chinanf-boy/minipack-explain)\n- [Русский/Russian](https://github.com/makewebme/build-your-own-webpack)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhg-pyun%2Fminipack-kr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhg-pyun%2Fminipack-kr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhg-pyun%2Fminipack-kr/lists"}