https://github.com/cyclonedx/cyclonedx-esbuild
Create CycloneDX Software Bill of Materials (SBOM) from esbuild projects
https://github.com/cyclonedx/cyclonedx-esbuild
Last synced: 3 months ago
JSON representation
Create CycloneDX Software Bill of Materials (SBOM) from esbuild projects
- Host: GitHub
- URL: https://github.com/cyclonedx/cyclonedx-esbuild
- Owner: CycloneDX
- License: apache-2.0
- Created: 2024-03-20T13:48:10.000Z (about 2 years ago)
- Default Branch: 1.0-dev
- Last Pushed: 2024-06-19T13:09:56.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T09:03:14.970Z (about 1 year ago)
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# CycloneDX SBOM generator for _esbuild_
[![shield_license]][license_file]
[![shield_website]][link_website]
[![shield_slack]][link_slack]
[![shield_groups]][link_discussion]
[![shield_twitter-follow]][link_twitter]
----
Create [CycloneDX] Software Bill of Materials (SBOM) from _[esbuild]_ projects.
## 🚧 🏗️ this project is an early development stage
See the project's issues, discussions, pull requests and milestone for the progress.
- planning/vision: https://github.com/CycloneDX/cyclonedx-esbuild-plugin/discussions/3
Development will happen in branch `1.0-dev`.
Feel free to contribute, write issues, create pull requests, or start discussions.
Please read the [CONTRIBUTING][contributing_file] file first.
----
## Requirements
... TBD ...
## Installation
... TBD ...
## Usage
... TBD ...
## Internals
This tool does **not** expose any additional _public_ API or classes - all code is intended to be internal and might change without any notice during version upgrades.
## Development & Contributing
Feel free to open issues, bug reports or pull requests.
See the [CONTRIBUTING][contributing_file] file for details.
## License
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license.
See the [LICENSE][license_file] file for the full license.
[license_file]: https://github.com/CycloneDX/cyclonedx-esbuild-plugin/blob/1.0-dev/LICENSE
[contributing_file]: https://github.com/CycloneDX/cyclonedx-esbuild-plugin/blob/1.0-dev/CONTRIBUTING.md
[CycloneDX]: https://cyclonedx.org/
[esbuild]: https://esbuild.github.io
[cyclonedx-go-library]: https://github.com/CycloneDX/cyclonedx-go
[cyclonedx-js-library]: https://www.npmjs.com/package/@cyclonedx/cyclonedx-library
[shield_license]: https://img.shields.io/github/license/CycloneDX/cyclonedx-esbuild-plugin?logo=open%20source%20initiative&logoColor=white "license"
[shield_website]: https://img.shields.io/badge/https://-cyclonedx.org-blue.svg "homepage"
[shield_slack]: https://img.shields.io/badge/slack-join-blue?logo=Slack&logoColor=white "slack join"
[shield_groups]: https://img.shields.io/badge/discussion-groups.io-blue.svg "groups discussion"
[shield_twitter-follow]: https://img.shields.io/badge/Twitter-follow-blue?logo=Twitter&logoColor=white "twitter follow"
[link_website]: https://cyclonedx.org/
[link_slack]: https://cyclonedx.org/slack/invite
[link_discussion]: https://groups.io/g/CycloneDX
[link_twitter]: https://twitter.com/CycloneDX_Spec