All Development happens inside @10up/headstartwp. This repo is meant for the distribution of the plugin. Please head over to the main monorepo for issues and PRs.
The recommended method for installing this plugin is via composer: composer require headstartwp/headstartwp
.
Make sure to set up the path for installing this as a WordPress Plugin:
{
"name": "your-vendor-name/your-project-name",
"require": {
"composer/installers": "^1.0",
"headstartwp/headstartwp": "^1.0.0"
},
"extra": {
"installer-paths": {
"plugins/{$name}/": ["type:wordpress-plugin"]
}
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
Active: 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.