joomlatools-console
joomlatools-console copied to clipboard
Command line interface (CLI) for Joomla.
Make the symlinker easily configurable by storing directory relations in a JSON file. This allows any project to use custom symlink options by putting in a `symlinker.json` file in its...
We are currently hardcoding a bunch of possible locations for autoload.php (see #44). If possible we should make this more flexible, and find the autoloader.php location based on the Composer...
Presently composer.lock is generated against PHP 8.0.2+, which breaks library installation against PHP 7.3/4. Reduce third-party versioning to preserve this guarantee.
The `mv` will break, if the target_dir contains an `&` character. Quoting the paths fixes the issue.
### Describe your environment * OS: MacBook Pro, running joomlatools from php:7.4-fpm docker container * Joomla version: Uninstalled, currently trying to download 4.2.5 * Joomlatools Console version: 2.0.2 * Are...