Skip to content

ckhampus/composer-installers

Repository files navigation

Custom Composer Installers Build Status

This repository contains at the moment two very specific package installer for Chef cookbooks and WordPress Themes, Plugins and the Core itself.

Cookbook Installer

The cookbook installer is for handling Chef cookbooks. By default cookbooks are installed in cookbook/, but you can change that with the cookbooks-dir option.

{
  "extra": {
    "cookbooks-dir": "path/to/cookbooks/"
  }
}

WordPress Installer

This installer is intended for WordPress themes and plugins, but also for WordPress itself. Plugins and themes are installed to content/plugins/ and content/themes/, while WordPress is installed to wordpress/. This can be changed with the wordpress-dirand content-dir options.

{
  "extra": {
    "wordpress-dir": "wp/",
    "content-dir": "wp/wp-content/"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages