hermes/dependencies
Dependencies handler for composer and package
Maintainers
Requires
- php: >=8.1|8.2|8.3|8.4
- ext-json: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 2e333c561c1505b0ca2db2103a880f1c107f3c8e
- Germán Boquizo Sánchez <germanboquizosanchez.woop@gmail.com>
README
This tool allows extracting all Composer and NPM dependencies in a cool format.
Install 🔧
composer require --dev hermes/dependencies
How it works ⚙️
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.
Authors ✒️
This project was made by:
- Germán Boquizo Sánchez - Fullstack developer
- Pablo Álvarez Martín - Fullstack developer - Original idea
