{"id":27452171,"url":"https://github.com/hashdefineelectronics/kicad_bom_wizard","last_synced_at":"2025-04-15T11:41:27.439Z","repository":{"id":99474775,"uuid":"49553439","full_name":"HashDefineElectronics/KiCad_BOM_Wizard","owner":"HashDefineElectronics","description":"This is a javascript script for creating Kicad HTML BOM.","archived":false,"fork":false,"pushed_at":"2022-03-23T19:21:13.000Z","size":1749,"stargazers_count":59,"open_issues_count":9,"forks_count":18,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-20T22:22:44.972Z","etag":null,"topics":["bom","csv","html","javascript","kicad","kicad-bom-wizard","kicad-plugin"],"latest_commit_sha":null,"homepage":null,"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/HashDefineElectronics.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-01-13T06:09:54.000Z","updated_at":"2025-03-17T16:02:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd145225-5821-4ccc-ab4e-5ee64d8500d3","html_url":"https://github.com/HashDefineElectronics/KiCad_BOM_Wizard","commit_stats":{"total_commits":68,"total_committers":5,"mean_commits":13.6,"dds":"0.17647058823529416","last_synced_commit":"01c57e11cb6912617b2f474e1c04972dc0fe10c8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashDefineElectronics%2FKiCad_BOM_Wizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashDefineElectronics%2FKiCad_BOM_Wizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashDefineElectronics%2FKiCad_BOM_Wizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashDefineElectronics%2FKiCad_BOM_Wizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HashDefineElectronics","download_url":"https://codeload.github.com/HashDefineElectronics/KiCad_BOM_Wizard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249063389,"owners_count":21206899,"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":["bom","csv","html","javascript","kicad","kicad-bom-wizard","kicad-plugin"],"created_at":"2025-04-15T11:41:26.678Z","updated_at":"2025-04-15T11:41:27.432Z","avatar_url":"https://github.com/HashDefineElectronics.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KiCad BOM Wizard Plugin\n\nKiCad_BOM_Wizard is nodeJs script for generating custom KiCad BOMs. It uses template files to describe and define the content of the output.\n\nKiCad_BOM_Wizard can either be integrated into KiCad’s BOM plugin manager for easier use or executed directly via your system's terminal.\n\nKiCad_BOM_Wizard comes with three templates examples, one for generate HTML BOMs, one for generating a CSV BOM and the final one for generating PDF BOMs.\n\n---\n### Author\nRonald Sousa [hashdefineelectronics.com](http://hashdefineelectronics.com)\n\nTwitter: [@Opticalworm](https://twitter.com/Opticalworm) [@HashDefineElec](https://twitter.com/HashDefineElec)\n\n### Project Information\n- Repository: [github.com](https://github.com/HashDefineElectronics/KiCad_BOM_Wizard.git)\n\n- Project Page: [hashdefineelectronics.com](http://hashdefineelectronics.com/kicad-bom-wizard/)\n\n- Forum: [kiCad.info](https://forum.kicad.info/t/kicad-bom-wizard-plugin-with-customisable-output-can-make-html-and-csv-bom/2142/7?u=opticalworm)\n\n-  Coding Standard\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n\n___\n\n# Video Instructions\n[![Using KiCad Bom Wizard Plugin](http://img.youtube.com/vi/JlaQqHQE1Ec/0.jpg)](https://youtu.be/JlaQqHQE1Ec)\n___\n\n# Install and Setup\n\nTo use KiCad_BOM_Wizard, you will need [NodeJs](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed and configured in your system.\n\nThere are two options for installing and using KiCad_BOM_Wizard.\n\n#### 1. github download method\nThis method if for anyone who's new to git and rather download the project directly from github.\n\n- [github download method](./Doc/git_download_install.md).\n\n#### 2. git clone method\nThis method if for anyone who prefers to use git.\n\nThis is particularly useful if you are planning on using git submodule to keep a copy of KiCad_BOM_Wizard per KiCad projects.\n\n- [git clone method](./Doc/git_clone_install.md).\n\n---\n# Short codes\n\nThese are the list of short code that are used in the template files.\n\n[Shortcode cheatsheet - shortcode.md](./Doc/shortcode.md)\n\n---\n# Frequently asked question\nPleased don't forget to checkout the [FAQ.md](./FAQ.md) document if you have any issue with the document.\n\n---\n##### For more details on how to use your own template for KiCad_BOM_Wizard then head over to the [project Homepage](http://hashdefineelectronics.com/kicad-bom-wizard/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashdefineelectronics%2Fkicad_bom_wizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashdefineelectronics%2Fkicad_bom_wizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashdefineelectronics%2Fkicad_bom_wizard/lists"}