节点Drupal Make
使用Node.js构建的简单自动化工具,用于构建/制作Drupal站点。 用于简化drupal站点部署或本地开发构建的自动化。
当前仅支持Drupal7.x。 现在建议在Drupal 8中使用Composer下载依赖项。
安装
Clone this repository, and install:
$ npm install -g
用法
首先创建您网站的目录结构
my_site/
makefile
site/
themes/
files/
modules/
settings.php
注意:makefile应该是drush makefile(请参阅 )
然后在站点目录内运行node-drupal-make命令
$ node-drupal-make
node-drupal-make
1