没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > drush |
drush
|
35 | 4 | 10519 |
贡献者 | 讨论 | 代码提交 |
drush is a command line shell and Unix scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.
A few core drush features: * The Drush Package Manager allows you to download, enable, disable, uninstall, update modules/themes/profiles/translations from the command line in a very simple way (apt-get style) - just type e.g. drush dl views and drush enable views in a Drupal directory to install the Views project! * Additionally, the Drush Package Manager also allows you to update all your modules with just one command - drush update. * Drush Core: several useful utilities for site administrators and developers (e.g. drush cron; drush cache clear; drush sql dump)