Go to file
Shrikanth Upadhayaya 889d1dc39b
Initialize
2024-04-05 12:45:05 -04:00
__tests__ Initialize 2024-04-05 12:45:05 -04:00
script Initialize 2024-04-05 12:45:05 -04:00
src Initialize 2024-04-05 12:45:05 -04:00
.eslintignore Initialize 2024-04-05 12:45:05 -04:00
.gitattributes Initialize 2024-04-05 12:45:05 -04:00
.gitignore Initialize 2024-04-05 12:45:05 -04:00
.node-version Initialize 2024-04-05 12:45:05 -04:00
.prettierignore Initialize 2024-04-05 12:45:05 -04:00
.prettierrc.json Initialize 2024-04-05 12:45:05 -04:00
LICENSE Initialize 2024-04-05 12:45:05 -04:00
README.md Initialize 2024-04-05 12:45:05 -04:00
action.yml Initialize 2024-04-05 12:45:05 -04:00
package-lock.json Initialize 2024-04-05 12:45:05 -04:00
package.json Initialize 2024-04-05 12:45:05 -04:00
tsconfig.json Initialize 2024-04-05 12:45:05 -04:00

README.md

Generate BOM

Generate a BOM for a project on AllSpice Hub.

Uses the actions/typescript-action template.

Note: currently only works with Altium projects.

Usage

Add the following step to your actions:

- name: Generate BOM
  uses: https://hub.allspice.io/shrikanth-allspice/generate-bom@v1
  with:
    project_path: Archimajor.PrjPcb
    output_file_name: bom.csv
    auth_token: ${{ secrets.ALLSPICE_HUB_AUTH_TOKEN }}