# drupal > 生成基础代码,与Drupal项目交互并调试。 > 一些子命令,如`check`,有其自己的使用文档。 > 更多信息:。 - 安装模块: `drupal module:install {{module_name}}` - 卸载模块: `drupal module:uninstall {{module_name}}` - 清除所有缓存: `drupal cache:rebuild` - 查看当前Drupal安装状态: `drupal site:status`