hermes / dependencies
Dependencies handler for composer and package
Installs: 4 822
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: >=7.4|8.0|8.1
- ext-json: *
- laravel/helpers: ^1.2
- mcstreetguy/composer-parser: ^1.1
- midnite81/json-parser: ^1.0
This package is auto-updated.
Last update: 2025-03-08 23:36:25 UTC
README
This tool allows extract all Composer and NPM dependencies in a cool format.
Install 🔧
composer require --dev hermes/dependencies
How it works ⚙️
Hermes works typing in CLI:
- In windows:
vendor\\bin\\hermes
- In linux:
vendor/bin/hermes
The followings 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.
--path
: Path can be changed if your project has submodules.
--output
: Output is configurable to be extract where it wants.
PHP dependencies 📦
Authors ✒️
This project was made by:
- Germán Boquizo Sánchez - Fullstack developer
- Pablo Álvarez Martín - Fullstack developer - Original idea