-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactive PHP REPL shell #11
Comments
Boris rocks. :) As suggested by @patcon I will start to composerize the loaders, so it's easier for you to depend on the project. The remote stuff sounds cool. Looking at Boris source, it seems to be writing ones input to streams and so maybe it's as easy as extending it so you can feed it a |
It's up on Packagist now. I also took some time to restructure the code so it'd be easier to include in projects like Drush. I'll be following this thread, in case you need me to make some further adjustments. About the remote sites part, check this issue out: borisrepl/boris#47 |
WILD. 👍 |
…sn't work properly on remote sites yet. Requires installing Drush via composer.
Done since 2013. |
Why: * Issue drush-ops#11; Add support for --select This change addresses the need by: * Add the options array to the dl command and process xml for releases from backdropcms.org.
… and layouts Why: * Issue drush-ops#11 and drush-ops#12 This change addresses the need by: * Allows drush to detect project_type and dl to appropriate place.
11/add select support this fixes: drush-ops#11 and drush-ops#12 Add support for --select, themes and layouts on the drush dl command.
Perhaps all we need is a small wrapper around https://github.com/tobiassjosten/boris-loader that launches Boris in the right drupal site. Would be nice if it worked for remote sites as well, like the core-ssh command.
Background info at https://drupal.org/node/600556
The text was updated successfully, but these errors were encountered: