A GitHub user developed something but did not provide any installation instructions. I hope someone can help me to install modman-php.
It comes with three files:
modman.bat
modman.php
modman.sh
Usage example:
php modman.php init
Where do I have to move the file modman.php
in order to make it work?
I put it in C:\wamp64\bin\php\php5.6.35
but if I execute php modman.php init
then I get "Could not open input file: modman.php".
Ok, I found the solution. You have to put the files modman.bat
and modman.php
in any folder and then puth the path to the file "modman.bat" in your system path variable.
Then you can use modman from CMD and PowerShell.