1.1.1 • Published 6 years ago

drupal-project-loader v1.1.1

Weekly downloads
2
License
GPL-2.0
Repository
github
Last release
6 years ago

Drupal project loader

Downloads the entire codebase for all Drupal projects.

Installation

npm install -g drupal-project-loader

Usage

Options:

LongShortDefault valueDescription
branchb8.xDrupal API branch (6.x, 7.x, 8.x, etc).
typetmoduleFilter project by type (module, theme, distribution, etc). Pass "any" to load all project types.
destinationd./drupal-codebase/branchPath to which the projects will be copied.
extractetrueWhether or not the files should be extracted (uncompressed).
concurrencyc15Number of multiple requests to perform at a time.
yesyfalseAssume "yes" as answer to all prompts.
log-levellwarnLoging level.
versionvfalseOutput the version number.
timeoutm15000The number of milliseconds to wait for a server to send response headers.

Example:

drupal-project-loader --branch=7.x --type=theme --destination=/tmp/d7-themes --extract=0 --yes

Running in docker

docker run --rm -v $(pwd):/data -it attr/drupal-project-loader

License

GNU General Public License, version 2.

1.1.1

6 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.1

8 years ago