Raccoon WordPress Plugin
With Raccoon, use a JSON or YAML file to manage WordPress theme features
by Damien Senger · github.com/hiwelo/raccoon-plugin · website
★ 20stars
4forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/hiwelo/raccoon-plugin/archive/refs/heads/master.zipFrom the readme
Raccoon WordPress plugin
Raccoon Plugin is a WordPress plugin which allows you to easily manage WordPress theme features with a JSON or YAML configuration file.
Summary
- Dev requirements
- Installation
- After installation
- Manifest JSON or YAML file
- Documentation
- Third-part features
Dev requirements
For its development, Raccoon Plugin requires:
- PHP = 5.6
- Composer
- WordPress = 4.4
Installation
To install the Raccoon Plugin in your
WordPress project, you can :
1. Clone the repository in your WordPress plugin directory :
git clone https://github.com/hiwelo/raccoon-plugin.git
2. If your using Composer and an environment like Bedrock : composer require hiwelo/raccoon-plugin
If you want to install this plugin directly in your WordPress without Composer, I suggest you to install it in the Must-Use Plugins mu-plugins/ directory.
If you want to install this plugin with Composer, note that this package has a specific type (wordpress-muplugin) for a direct installation into the mu-plugins/ directory (like in Bedrock).
After installation
If the plugin is in the WordPress mu-plugins/ directory, you do not need to do something special to activate it.
You j
Read the full README on GitHub →