The newly created plugin is added to the package.json file of the project. This enables
package.json based plugin discovery (as proposed in #580). Adding the plugin to the
s-project.json files plugins array can be removed in future releases.
Add a basic 'plugin create' functionality so that users can create plugins from within the
command line. Templates for the plugin are included in the templates folder.