{"id":28474250,"url":"https://github.com/tomat/kipm","last_synced_at":"2026-02-17T16:02:37.663Z","repository":{"id":278004523,"uuid":"934206483","full_name":"tomat/kipm","owner":"tomat","description":"kipm is a command-line tool that helps you install and manage KiCad component libraries by automatically fetching symbols, footprints, and 3D models from LCSC/EasyEDA and converting them to KiCad format.","archived":false,"fork":false,"pushed_at":"2025-03-07T14:43:59.000Z","size":120,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-08T04:33:48.525Z","etag":null,"topics":["easyeda","jlcpcb","kicad","lcsc"],"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/tomat.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-17T12:58:16.000Z","updated_at":"2025-05-29T20:57:40.000Z","dependencies_parsed_at":"2025-02-17T14:22:44.189Z","dependency_job_id":"766b0679-3696-4379-a808-27999d3b29a9","html_url":"https://github.com/tomat/kipm","commit_stats":null,"previous_names":["tomat/kipm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tomat/kipm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomat%2Fkipm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomat%2Fkipm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomat%2Fkipm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomat%2Fkipm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomat","download_url":"https://codeload.github.com/tomat/kipm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomat%2Fkipm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29549224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["easyeda","jlcpcb","kicad","lcsc"],"created_at":"2025-06-07T13:06:29.757Z","updated_at":"2026-02-17T16:02:37.648Z","avatar_url":"https://github.com/tomat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kipm\n\nkipm is a command-line tool that helps you install and manage KiCad component libraries by automatically fetching symbols, footprints, and 3D models from LCSC/EasyEDA and converting them to KiCad format.\n\n⚠️ **WARNING**: This tool is currently in early development. Please backup your project files before use.\n\nFor now this only supports LCSC part numbers (e.g., `C381039`) for quickly setting up your components and ordering from JLCPCB.\n\nThe conversion process uses the same method as [easyeda2kicad.py](https://github.com/uPesy/easyeda2kicad.py).\n\n## Installation\n\nUse with npx:\n```bash\nnpx -y kipm \u003ccommand\u003e\n```\n\nOr install globally:\n```bash\nnpm install -g kipm\n```\n\n## Usage\n\n### Install a single component\n```bash\nkipm install \u003cLCSC-component-id\u003e\n```\n\n### Install multiple components (recommended)\nCreate a `components.txt` file in your project root with one LCSC part number per line:\n\n```txt\nC381039\nC25744\n```\n\nThen from your project directory run:\n```bash\nnpx -y kipm\n```\n\n## What it does\n\nWhen you run `kipm` in a project named `my-board` which has a `components.txt` file, it creates:\n- `my-board.kicad_sym` - Symbol library\n- `my-board.pretty/` - Footprint library\n- `my-board.3dshapes/` - 3D model files\n\nIt also updates:\n- `sym-lib-table` - Adds the symbol library\n- `fp-lib-table` - Adds the footprint library\n- `components.json` - Tracks installed components to enable clean uninstallation\n- `my-board.kicad_pro` - Stars the libraries\n\nThe libraries are named after your project directory and will be \"starred\" so they appear at the top when placing components in KiCad.\n\n## Example Workflow\n1. Create a new KiCad project\n2. Create a `components.txt` file with your LCSC part numbers\n3. Run `npx -y kipm install`\n4. Open your schematic - the components will be available in the project library\n\n## Issues and Bugs\nPlease report any issues on the [GitHub issue tracker](https://github.com/tomat/kipm/issues).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomat%2Fkipm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomat%2Fkipm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomat%2Fkipm/lists"}