Update readme.md

This commit is contained in:
allspice-hermes 2024-07-30 18:58:30 +00:00
parent 28d6e5ba59
commit fd7699f257

View File

@ -33,28 +33,27 @@ Now, if you want to test and see an action add-on, the following are the top 3 m
<img align="left" width="100" src="./images/bom-icon.png">
### [BOM gen](https://hub.allspice.io/AllSpice-Demos/Bom-gen-demo)
Allows you to automatically generate a bill of materials file for your project
Allows you to automatically generate a bill of materials file for your project.
<img align="left" width="100" src="./images/digikey-icon.png">
### Digi-key Report
In AllSpice, we have actions add-ons which are pre-made actions that your team can inmediately leverage and integrate into their workflows. If you want to build your own actions you also can, the possibilities are endless. Within our documentation you will find a guide to create
### [Digikey Report](https://hub.allspice.io/AllSpice-Demos/Action-digikey-search-html-report-Demo)
Get a digikey report for all your required parts within a hosted project and be ahead of the deadline.
<img align="left" width="100" src="./images/carbon-icon.png">
### Carbon-Emissions
In AllSpice, we have actions add-ons which are pre-made actions that your team can inmediately leverage and integrate into their workflows. If you want to build your own actions you also can, the possibilities are endless. Within our documentation you will find a guide to create
### [Carbon-Emissions](https://hub.allspice.io/AllSpice-Demos/Action-carbon-emission-calculator-Demo/settings)
Is carbon emissions an important metric for your team? This add-on allows you to calculate the total amount of emissions for your parts with a defined data source.
## Add-on library
The previous add-ons are not the only ones available. You can access the AllSpice Actions library that hosts all of our add-ons. They are public so you can use their source code to build yours as well. Any new add-on will be published to the library and available for you to use.
The previous add-ons are not the only ones available. You can access the [AllSpice Actions library](https://learn.allspice.io/docs/actions-cicd) that hosts all of our add-ons. They are public so you can use their source code to build yours as well. Any new add-on will be published to the library and available for you to use.
## Documentation
If you want to know more about how to implement the best practices of CI/CD in hardware teams, feel free to visit our documentation where we have a set of articles that will guide you through it. Some relevant entries that could be useful for you are:
- How can I create my own action add-on?
- What's the price for using AllSpice Actions?
- Is this compatible with Github Actions?
- [How can I create my own action add-on?]()
- [What's the price for using AllSpice Actions?](https://learn.allspice.io/docs/actions-minutes)
- [Is this compatible with Github Actions?]()