├── .editorconfig ├── .travis.yml ├── README.md ├── composer.json ├── ruleset.xml └── theme-activation-command.php /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-cli-theme-activation/HEAD/.editorconfig -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-cli-theme-activation/HEAD/.travis.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-cli-theme-activation/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-cli-theme-activation/HEAD/composer.json -------------------------------------------------------------------------------- /ruleset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-cli-theme-activation/HEAD/ruleset.xml -------------------------------------------------------------------------------- /theme-activation-command.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-cli-theme-activation/HEAD/theme-activation-command.php --------------------------------------------------------------------------------