dmd report funding
dmd report funding
Report packages that are looking for funding
Usage
funding
Synopsis
Report packages that you depend on, who have indicated they are looking for financial support.
This provides insight into how many of your dependencies are looking for financial support, which can be useful to understand how to make your software supply chain more sustainable long-term.
The resulting output prioritises dependencies that are more heavily used across all repositories that dependency-management-data is aware of, and does not have a limit of the number of packages returned.
This looks for known metadata in:
- The package manager, such as metadata that would appear when running
npm fund
- The source repository, for instance in a
FUNDING.yml
or similar
This data is retrieved through:
Requires running db generate dependency-health
to seed the data.
Options
Flag (type) | Usage | Notes |
---|---|---|
-h, --help
|
help for funding |
|
Options inherited from parent commands
Flag (type) | Usage | Notes |
---|---|---|
--db (string)
|
the path to the input/output database |
|
--debug
|
whether to enable debug logging |
|
Related
dmd report
- Perform reports on the database