This package is no longer in-use. It has been superseded by silverstripe/recipe-kitchen-sink
.
The kitchen sink is an internal recipe used for testing full CWP feature sets, including optional and suggested modules.
You can create a project using Composer:
composer create-project cwp/cwp-recipe-kitchen-sink ./cwp2-sink ^2
See the recipe plugin page for instructions on how SilverStripe recipes work.
When installing the CWP kitchen sink, your project Page and PageController subclasses may be set to extend SiteTree and ContentController. This is only an issue with the kitchen sink recipe, and requires you to manually change the parent classes to CWP's BasePage and BasePageController.