opin / whirlwind-project
A Composer-based installer for Whirlwind.
Installs: 117
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 2
Type:project
pkg:composer/opin/whirlwind-project
Requires
- cweagans/composer-patches: ^1.6.0
- drupal-composer/drupal-scaffold: ^2.0.0
- opin/whirlwind: ^1.0.0
- opin/whirlwind-cicd: ^1.0.0
Requires (Dev)
- drush/drush: ^9.0
README
A Composer-based installer for the Whirlwind distribution.
Usage
Use the following command to create a new Whirlwind project:
$ composer create-project opin/whirlwind-project [MY-PROJECT]
Composer will pull in the whirlwind profile and all required dependencies. A web
directory will be created and the Drupal code will be placed there. You can then install it like you would any other Drupal site.
Documentation
Coming soon!