logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Drush - Control Drupal Modules | Online Free DevTools by Hexmos

Control Drupal module installations with Drush. Enable, disable, and clear caches with this powerful command-line tool. Free online tool, no registration required.

drush

Shell and scripting interface for Drupal. More information: https://www.drush.org/latest/usage/.

  • Enable module “foo”:

drush en {{foo}}

  • Uninstall module “foo”:

drush pmu {{foo}}

  • Clear all caches:

drush cr

  • Clear CSS and JavaScript caches:

drush cc css-js

See Also