- Drupal 8 Module Development
- Daniel Sipos
- 100字
- 2021-07-02 12:22:36
Drush (the Drupal shell)
Sometimes, it is much easier to run some tasks with a single command in a console. Drush (http://drupal.org/project/drush) provides a command-line Drupal interface and it can be used to execute tasks with a few keystrokes at the console.
When developing, we often have to clear caches, run specific tasks, or deploy data to a remote server. Drush can help accomplish tasks like these. Additionally, we can write our own Drush commands that perform various custom tasks, for example, to be used in cron jobs. So having Drush installed is a must for any serious Drupal developer.
推薦閱讀
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- Apache Hive Essentials
- Animate CC二維動畫設計與制作(微課版)
- JavaScript前端開發與實例教程(微課視頻版)
- Java EE核心技術與應用
- Canvas Cookbook
- .NET Standard 2.0 Cookbook
- Python趣味創意編程
- MySQL數據庫教程(視頻指導版)
- Learning IBM Bluemix
- Netty 4核心原理與手寫RPC框架實戰
- 深度剖析ApacheDubbo核心技術內幕
- 米思齊實戰手冊:Arduino圖形化編程指南
- Drupal 8 Quick Start Guide
- 嵌入式Linux C語言程序設計基礎教程(微課版)