hermes/dependencies
Hermes is a CLI dev tool that exports your project’s Composer and/or NPM dependencies to a markdown report. Run vendor/bin/hermes and use flags for composer, package, all, custom path, and configurable output location.
This tool allows extracting all Composer and NPM dependencies in a cool format.
composer require --dev hermes/dependencies
Hermes works typing in CLI:
vendor/bin/hermes
The following arguments can be added:
-c or --composer: Extract Composer dependencies into a markdown file.
-p or --package: Extract NPM dependencies into a markdown file.
-a or --all: Extract NPM dependencies and composer dependencies into a markdown file.
-h or --help: Show help message.
--path: Path can be changed if your project has submodules.
--output: Output is configurable to be extract where it wants.
This project was made by:
How can I help you explore Laravel packages today?