afragen / wp-dependency-installer

A lightweight class to add to WordPress plugins/themes to automatically install plugin dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dedicated repo for Example plugin / theme

Raruto opened this issue · comments

Also in order to avoid importing the following files within other depending plugins / themes:

I think it would be much clearer to insert a link, within the readme file, to a sample repo ( plugin or theme ) to easily allow anyone to start playing with this library.

eg. https://github.com/afragen/group-plugin-installer

Good idea. I'll create the repo and update the README.

Nice job, maybe I would leave out the command line part to make that folder more easily forkable, installable and testable...

Something like that is much easier / faster to use as starting point for new projects. So you would only use the following command in the readme file: run composer update to...