This is a command line tool for scanning repository dependencies to generate a Bread .bread.yml
file.
Supported dependency files:
package.json
(requires a populated node_modules
directory for metadata)pyproject.toml
(Poetry only)go.mod
Cargo.toml
cargo install bread-scan
bread-scan
This will scan and generate a new .bread.yml
file or replace the projects in an existing .bread.yml
if present.
Commit and push this file and your project is ready to accept (and redistribute) donations.